mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
| .. | ||
| main.tf | ||
| output.tf | ||
| readme.md | ||
| variables.tf | ||
AWS IGW
| Provider | Description |
|---|---|
| aws | This code will create an AWS Internet Gateway |
Resources
| Name | Type |
|---|---|
| aws_internet_gateway.demo_igw | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| demo_vpc_id | AWS coreos_vpc VPC ID | string |
"" |
yes |
Outputs
| Name | Description |
|---|---|
| output_demo_igw_id | output IGW resource ID |