mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-13 18:40:27 -04:00
add destroy option to terraform apply help text (#31714)
This commit is contained in:
parent
6ac24d8002
commit
ba113ff2cd
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue