项目作者: figurate

项目描述 :
Provision VPC subnets for each availability zone
高级语言: HCL
项目地址: git://github.com/figurate/terraform-aws-vpc-subnets.git
创建时间: 2020-09-08T11:52:48Z
项目社区:https://github.com/figurate/terraform-aws-vpc-subnets

开源协议:MIT License

下载


VPC Subnets" class="reference-link">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.