From ba113ff2cd3708d8a0e49df66d649774af5aaa4e Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:13:26 +0100 Subject: [PATCH] add destroy option to terraform apply help text (#31714) --- internal/command/apply.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/command/apply.go b/internal/command/apply.go index 2ae8a63782..935b5102d2 100644 --- a/internal/command/apply.go +++ b/internal/command/apply.go @@ -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.