mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
added IGW documentation
This commit is contained in:
parent
d7e2eea8be
commit
a3f423ce17
1 changed files with 23 additions and 0 deletions
23
terraform/aws/new-igw/readme.md
Normal file
23
terraform/aws/new-igw/readme.md
Normal 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 |
|
||||
Loading…
Reference in a new issue