Skip to content

figurate/terraform-aws-networking

Repository files navigation

AWS VPC Subnets

CI

Purpose: Blueprint for provisioning subnets.

AWS VPC Subnets

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
cidr_prefix The CIDR block any n/a yes
is_public Indicates whether the subnets should be publicly routable (via Internet) bool false no
newbits The bits added to the cidr block to define the extent of subnets. Note this cannot exceed (24 - cidr_range)

Example:

* CIDR = 10.10.0.1/16
* 0 < Newbits <= 8
any n/a yes
route_table Route table to associate with subnets any n/a yes
vpc_default Boolean value to indicate whether the matched VPC should be default for the region string "true" no
vpc_tags A map of tags to match on the VPC lookup map(any) {} no

Outputs

No output.