...
/Destroy Terraform-managed Infrastructure
Destroy Terraform-managed Infrastructure
Learn how to delete an infrastructure managed by Terraform.
We'll cover the following...
Purpose of the terraform destroy
command
Destroying what we deployed seems counterintuitive, but there are many cases where it might be useful. We might be deploying development environments for a project and want to clean up the resources when the project concludes. We might be building an environment for testing in a CI/CD pipeline and want to tear down the environment when the tests ...