added IGW documentation

This commit is contained in:
UdhavPawar 2021-09-20 18:01:02 -07:00
parent d7e2eea8be
commit a3f423ce17

View file

@ -0,0 +1,23 @@
## AWS IGW
| Provider | Description |
|------|---------|
| aws | This code will create an AWS Internet Gateway |
## Resources
| Name | Type |
|------|------|
| [aws_internet_gateway.demo_igw](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/internet_gateway) | 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 |