Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 281 Bytes

Terraform module: AWS VPC

Creates a VPC with private and public subnets in each availability zone for the specified region. Also starts a NAT instance to allow outside communication from private subnets.

Required variables are vpc_name, vpc_region and vpc_nat_key_file.