Terraform workshops
This workshop was designed to introduce people to basic HCL syntax and terraform commands.
You will find terraform.sh
script in current repository - it wraps execution of terraform as docker image. I will be using it during entire course.
Each exercise has it’s own directory you will find there:
solution
directory with … answer - use it to compare your solutionDon’t forget to clean resources you’ve created
./terraform.sh destroy
—-
##### Start with 00-Setup
—-