From 6070498a9a7b1f0f35263a91200f62b372c0a42f Mon Sep 17 00:00:00 2001 From: Katy Moe Date: Wed, 31 Aug 2022 11:55:12 +0100 Subject: [PATCH] add destroy option to terraform apply help text --- internal/command/apply.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/command/apply.go b/internal/command/apply.go index 2ae8a6378259..935b5102d22c 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.