🚧 Terraform plan to bring up an AWS VPC with a public and private subnet in each availability zone
- Terraform 0.11.2+ - For installation instructions go here. Or you can use a Docker image like this one.
- AWS account - Free; if you don't have an account you can sign up at https://aws.amazon.com/. In this example we use T2.small instances.
git clone [email protected]:nickbatts/tf-aws-vpc && cd tf-aws-vpc
- change key_name variable to name of your own key
terraform plan
- check to make sure there are no mistakesterraform apply
- review and confirm resources to be createdterraform destroy
- terminate instances and clean-up resources
- Nick Batts
This project is licensed under the terms of the MIT license.