Lab: Terraform Mini Lab
Lab: Terraform Mini Lab Goal Understand Terraform structure without deploying expensive resources. Tasks Create provider block. Create variables file. Create outputs file. Create a
Lab: Terraform Mini Lab
Goal
Understand Terraform structure without deploying expensive resources.
Tasks
- Create provider block.
- Create variables file.
- Create outputs file.
- Create a module skeleton.
- Run format and validation commands if tooling is available.
Failure Case
- Create a bad variable reference and explain the validation error.
Output
- Terraform skeleton.
- Notes on state, variables, and modules.