Infrastructure as Code with Terraform on AWS
Infrastructure as Code with Terraform on AWS
This repository contains a Terraform project that builds Scenario 2: VPC with Public Subnet from the AWS documentation.
Usage
terraform.tfvars
holds variables which should be overriden with valid ones.
Plan
terraform plan -var-file terraform.tfvars
Apply
terraform apply -var-file terraform.tfvars
Destroy
terraform destroy -var-file terraform.tfvars