No requirements.
Name | Version |
---|---|
aws | n/a |
No modules.
Name | Type |
---|---|
aws_eip.nat_eip | resource |
aws_internet_gateway.igw | resource |
aws_nat_gateway.nat_gw | resource |
aws_route_table.internet_route_table | resource |
aws_route_table.nat_route_table | resource |
aws_route_table_association.internet_route_table_association_data_a | resource |
aws_route_table_association.internet_route_table_association_data_b | resource |
aws_route_table_association.internet_route_table_association_public_a | resource |
aws_route_table_association.internet_route_table_association_public_b | resource |
aws_route_table_association.internet_route_table_association_pvt_a | resource |
aws_route_table_association.internet_route_table_association_pvt_b | resource |
aws_subnet.data_a | resource |
aws_subnet.data_b | resource |
aws_subnet.private_a | resource |
aws_subnet.private_b | resource |
aws_subnet.public_a | resource |
aws_subnet.public_b | resource |
aws_vpc.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
data_a_cidr | The Data subnet CIDR for AZ a | string |
n/a | yes |
data_b_cidr | The Data subnet CIDR for AZ b | string |
n/a | yes |
private_a_cidr | The Private subnet CIDR for AZ a | string |
n/a | yes |
private_b_cidr | The Private subnet CIDR for AZ b | string |
n/a | yes |
project_name | The prefix name of the project | string |
n/a | yes |
public_a_cidr | The Public subnet CIDR for AZ a | string |
n/a | yes |
public_b_cidr | The Public subnet CIDR for AZ b | string |
n/a | yes |
region_name | The name of the region | string |
n/a | yes |
vpc_cidr | The VPC CIDR | string |
n/a | yes |
No outputs.