fun-with-terraform
April 19, 2024 ยท View on GitHub
A repository to demonstrate pure Terraform functionality. The examples are copied between minor versions of Terraform e.g 1.6 or 0.14.
How to Run
Chose which version of Terraform you want to run
cd <version>
Run Terraform init
terraform init
Run Terraform plan
terraform test
Run Terraform apply
terraform apply
View the outputs, currently no code demonstrations requires an apply.