The Terraform CLI command terraform destroy is just a convenience alias. For which command?

Experience Level: Junior
Tags: Terraform

Answer

The command terraform destroy is an alias for the following command:

terraform apply -destroy

This command destroys Terraform-managed infrastructure.

Comments

No Comments Yet.
Be the first to tell us what you think.
Terraform CLI
Terraform CLI

Are you learning Terraform ? Try our test we designed to help you progress faster.

Test yourself