VPC Networking - Terraform Module
| Name |
Version |
| aws |
~> 3.46.0 |
| Name |
Version |
| aws |
~> 3.46.0 |
| Name |
Source |
Version |
| networking |
cn-terraform/networking/aws |
2.0.13 |
| Name |
Description |
Type |
Default |
Required |
| availability_zones |
Availability Zones within AWS Region network should be covered by |
list(string) |
[ "us-east-1a", "us-east-1b" ] |
no |
| aws_region |
AWS Region network will be deployed to |
string |
"us-east-1" |
no |
| environment |
Environment (development, qa, live, etc.) |
string |
"development" |
no |
| name |
VPC Name |
string |
n/a |
yes |
| private_subnets_cidrs |
CIDR block for Private Subnets. Number of blocks must match the number of Availability Zones |
list(string) |
[ "192.168.128.0/19", "192.168.160.0/19" ] |
no |
| public_subnets_cidrs |
CIDR block for Public Subnets. Number of blocks must match the number of Availability Zones |
list(string) |
[ "192.168.0.0/19", "192.168.32.0/19" ] |
no |
| vpc_cidr_block |
Primary CIDR block for the VPC |
string |
"192.168.0.0/16" |
no |
| Name |
Description |
| private_subnets_ids |
List of Private Subnets IDs |
| public_subnets_ids |
List of Public Subnets IDs |
| vpc_id |
The ID of the VPC |