Skip to content

Commit

Permalink
add destroy option to terraform apply help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Aug 31, 2022
1 parent 6ac24d8 commit 6070498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/command/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6070498

Please sign in to comment.