TerraformWorkflow

terraform destroy

Destroys all resources managed by the current Terraform configuration.

Syntax

terraform destroy

Examples

Destroy without an interactive prompt (use with care)

terraform destroy -auto-approve

Related commands