| Name | Version |
|---|---|
| terraform | >= 1 |
| aws | >= 5 |
| Name | Version |
|---|---|
| aws | >= 5 |
No modules.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| availability_zones | list of Availability Zones where subnets can be created. | list(string) |
n/a | yes |
| nat_subnet_cidr_blocks | list of NAT Subnet CIDR Blocks. | list(string) |
n/a | yes |
| private_subnet_cidr_blocks | list of Private Subnet CIDR Blocks. | list(string) |
n/a | yes |
| public_subnet_cidr_blocks | list of Public Subnet CIDR Blocks. | list(string) |
n/a | yes |
| vpc_cidr_block | VPC CIDR Block. | string |
n/a | yes |
| vpc_flow_log_retention_in_days | Number of days VPC Flow Logs should be Retained. | number |
30 |
no |
| vpc_name | Name of the VPC. Will be used as a prefix for all VPC resources. | string |
n/a | yes |
| Name | Description |
|---|---|
| nat_route_table_id | n/a |
| nat_subnets_list | n/a |
| private_route_table_id | n/a |
| private_subnets_list | n/a |
| public_route_table_id | n/a |
| public_subnets_list | n/a |
| vpc_id | n/a |