add destroy option to terraform apply help text (#31714)

fix-dividers-for-devdot
kmoe 4 years ago committed by GitHub
parent 6ac24d8002
commit ba113ff2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -342,6 +342,10 @@ Options:
accompanied by errors, show them in a more compact
form that includes only the summary messages.
-destroy Destroy Terraform-managed infrastructure.
The command "terraform destroy" is a convenience alias
for this option.
-lock=false Don't hold a state lock during the operation. This is
dangerous if others might concurrently run commands
against the same workspace.

Loading…
Cancel
Save