pulumi_wasm_providers_aws_mini::ec2

Module internet_gateway

source
Expand description

Provides a resource to create a VPC Internet Gateway.

§Example Usage

resources:
  gw:
    type: aws:ec2:InternetGateway
    properties:
      vpcId: ${main.id}
      tags:
        Name: main

§Import

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

$ pulumi import aws:ec2/internetGateway:InternetGateway gw igw-c0a643a9

Structs§

Functions§

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