aws∕vpc‒kd∕nat_gateway - dicomgrid/pt-modules GitHub Wiki
To use this module in your Terraform, refer to the below module example:
module "aws_vpc_kd_nat_gateway" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Name | Version |
---|---|
terraform | ~> 1.0 |
aws | >= 4.64.0 |
Name | Version |
---|---|
aws | >= 4.64.0 |
No modules.
Name | Type |
---|---|
aws_nat_gateway.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
availability_zone | n/a | string |
n/a | yes |
subnet_id | n/a | string |
n/a | yes |
allocation_id | n/a | string |
"" |
no |
connectivity_type | n/a | string |
"" |
no |
private_ip | n/a | string |
"" |
no |
tags | n/a | map(any) |
{ |
no |
Name | Description |
---|---|
allocation_id | n/a |
availability_zone | n/a |
connectivity_type | n/a |
id | n/a |
network_interface_id | n/a |
private_ip | n/a |
public_ip | n/a |
subnet_id | n/a |
tags_all | n/a |