How to configure VPC, Network, Internet gateway, NAT Gateway using terraform

Continuation to the previous article, I’m going to demonstrate how to configure vpc, public subnet, internet gateway, private subnet, NAT Gateway. I’ve modified the scripts to simplify and easy to manage. Backend.tf I’ve added dynamodb for locking the terraform state. Locking helps make sure that only one team member runs terraform configuration. Providers.tf variables.tf Datasource.tfContinue reading “How to configure VPC, Network, Internet gateway, NAT Gateway using terraform”