TF VPC Example

Simple VPC Setup with terraform:

  • AWS VPC Module
    • CIDR variable
    • Tags var
  • Public and Private subnets
    • Subnets CIDRS vars (public, private)
    • Tags vars
      • Name tag?
  • Security Groups associated to the VPC
    • Security Group name
    • List of rules
    • Tags vars