Demo Instructions: Terraform AWS: Build, change, and destroy AWS infrastructure using Terraform
Use this tutorial as your guide for building your demo: https://learn.hashicorp.com/collections/terraform/aws-get-started
During the session, demonstrate the following:
- Build Infrastructure: During the demo, explain the following blocks -- terraform -- provider -- resource
- Change Infrastructure: modify the created resource, and demonstrate how Terraform handles change.
- Destroy Infrastructure: Demonstrate how to completely destroy the Terraform-managed infrastructure.
- Define Output Variables: Demonstrate parameterizing the configurations.
- Query Data with Output Variables: Demonstrate the use of output variables as a way to organize data to be easily queried and shown back to the Terraform user.
- Store Remote State: Demonstrate migrate your state to Terraform Cloud