submodules/genvid/aws-subnet-blocks
Inputs
- azs (list(string))
A list of availability zones to use in the region. An empty list selects all available zones. Note: Changing the order of zones will result in the cluster being rebuilt. Appending to the list will not affect existing resources.
- subnet_cidr_block_size (number)
Set the size of the subnet CIDR blocks. Subnets are spanned across availability zones, and the total size of all the subnets must fit within the VPC’s CIDR block (10.0.0.0/16).
Default: 28
Outputs
- cidr
The cidr block for use with the VPC
- private_subnets
A list of private subnet IP cidr blocks
- public_subnets
A list of public subnet IP cidr blocks