Course outlines for learning terraform.
expected time | requirements |
---|---|
15 minutes | A computer with Terraform installed. |
Goal: Learn how to destroy infrastructure.
Specifically for tests is quick and simple to spin up new resources like virtual machines, loadbalancers, disks, etc. Once you’re done with testing or developing, it’s time to take the test infrastructure down again.
For production workloads is not common to destroy
but rather change the .tf
files and run terraform apply
again.
terraform destroy
.AWS Console | Azure Portal | GCP Console |
terraform destroy
?terraform.tfstate
or terraform.tfstate.backup
?Described in the Howto
, specifically here.