You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/source/docs/commands/destroy.html.markdown

537 B

layout page_title sidebar_current
docs Command: destroy docs-commands-destroy

Command: destroy

The terraform destroy command is used to destroy the Terraform-managed infrastructure.

Usage

Usage: terraform destroy [options] [dir]

Infrastructure managed by Terraform will be destroyed. This will ask for confirmation before destroying.

This command accepts all the flags that the apply command accepts. If -input=false is set, then the destroy confirmation will not be shown.