mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
added NAT GW documentation
This commit is contained in:
parent
a3f423ce17
commit
9e549519dc
1 changed files with 24 additions and 0 deletions
24
terraform/aws/new-natgw/readme.md
Normal file
24
terraform/aws/new-natgw/readme.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
## AWS NAT GW
|
||||
|
||||
| Provider | Description |
|
||||
|------|---------|
|
||||
| aws | This code will create an AWS NAT Gateway |
|
||||
|
||||
## Resources
|
||||
|
||||
| Name | Type |
|
||||
|------|------|
|
||||
| [aws_eip.demo_gw_eip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip) | resource |
|
||||
| [aws_nat_gateway.demo_natgw](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/nat_gateway) | resource |
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Description | Type | Default | Required |
|
||||
|------|-------------|------|---------|:--------:|
|
||||
| coreos_subnet_id | AWS coreos\_vpc subnet ID | `string` | `""` | yes |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
|------|-------------|
|
||||
| output_demo_natgw_id | output NAT GW resource ID |
|
||||
Loading…
Reference in a new issue