Aashish Goyal 93fe2b0756 Add README.md for VPC module преди 1 година
..
README.md 93fe2b0756 Add README.md for VPC module преди 1 година
outputs.tf 6e01da69ca infra: add `VPC` module to setup networking. преди 1 година
terraform.tf 6e01da69ca infra: add `VPC` module to setup networking. преди 1 година
variables.tf 6e01da69ca infra: add `VPC` module to setup networking. преди 1 година

README.md

VPC Module Description

  • Create VPC resource with its public and private subnets
  • Use count function to create multiple public subnets in different availability zones for ALB
  • User data file name userdata.sh to run set of commands at instance launch time
  • Internet gateway and NAT gateway for public and private subnets
  • Route tables to configure routes of internet gateway with public subnets and NAT gateway with private subnets