pulumi_wasm_providers_aws_mini::ec2

Module vpn_gateway

source
Expand description

Provides a resource to create a VPC VPN Gateway.

§Example Usage

resources:
  vpnGw:
    type: aws:ec2:VpnGateway
    name: vpn_gw
    properties:
      vpcId: ${main.id}
      tags:
        Name: main

§Import

Using pulumi import, import VPN Gateways using the VPN gateway id. For example:

$ pulumi import aws:ec2/vpnGateway:VpnGateway testvpngateway vgw-9a4cacf3

Structs§

Functions§

  • Registers a new resource with the given unique name and arguments