https://www.meetup.com/Melbourne-AWS-Programming-and-Tools-Meetup/events/248727373/
Slides with instructions can be found in presentation/
- Terraform site - https://www.terraform.io/
- Terraform AWS Provider - https://www.terraform.io/docs/providers/aws/index.html
- Terraform Registry - https://registry.terraform.io
-
terraform init
-
terraform plan
-
terraform apply
-
terraform workspace
-
terraform destroy
-
terraform refresh
-
terraform output
-
terraform plan -var-file=env/dev/vpc.tfvars
- git clone https://github.com/cloudtinkerer/terraform-aws-vpc-meetup.git
- git checkout tags/ex01 -f