- Code Editor, e.g. Visual Studio Code: https://code.visualstudio.com/download
- Installation Guide for Terraform: https://learn.hashicorp.com/tutorials/terraform/install-cli
- Guide of how to create an AWS Account: https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/
- AWS 1-Year Free Tier information: https://aws.amazon.com/free
- Installation Guides for AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html (not needed until "Environment Variable" Lecture)
terraform init
terraform plan
terraform apply -var-file terraform-dev.tfvars
terraform destroy -target aws_vpc.myapp-vpc
terraform destroy
terraform state list
terraform state show aws_vpc.myapp-vpc
export TF_VAR_avail_zone="eu-west-3a"