mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 01:00:22 -04:00
520 B
520 B
layout, page_title, sidebar_current
| layout | page_title | sidebar_current |
|---|---|---|
| aws | AWS: aws_internet_gateway | docs-aws-resource-internet-gateway |
aws_internet_gateway
Provides a resource to create a VPC Internet Gateway.
Example Usage
resource "aws_internet_gateway" "gw" {
vpc_id = "${aws_vpc.main.id}"
}
Argument Reference
The following arguments are supported:
vpc_id- (Required) The VPC ID to create in.
Attributes Reference
The following attributes are exported:
id- The ID of the Internet Gateway.