Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.65 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.65 KB

Application Resources

Requirements

Name Version
terraform >= 0.13
aws >= 3.5.0

Providers

Name Version
aws >= 3.5.0

Inputs

Name Description Type Default Required
cidr n/a any n/a yes
environment The environment of Account any n/a yes
name Name of the account any n/a yes
private_subnets n/a any n/a yes
public_subnets n/a any n/a yes

Outputs

Name Description
azs A list of availability zones specified as argument to this module
nat_public_ips List of public Elastic IPs created for AWS NAT Gateway
private_subnets List of IDs of private subnets
public_subnets List of IDs of public subnets
vpc_cidr_block The CIDR block of the VPC
vpc_id The ID of the VPC

Requirements

To develop on this repo the following binaries are nice to have.