From 01bdaebbab42c3135ef5dd57a93dd42e2e761ed3 Mon Sep 17 00:00:00 2001 From: Jarrett Spiker Date: Mon, 17 Oct 2022 11:52:33 -0400 Subject: [PATCH] Update website/docs/cli/commands/workspace/delete.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cli/commands/workspace/delete.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/workspace/delete.mdx b/website/docs/cli/commands/workspace/delete.mdx index 1fb9b1a679..00d334c246 100644 --- a/website/docs/cli/commands/workspace/delete.mdx +++ b/website/docs/cli/commands/workspace/delete.mdx @@ -31,7 +31,7 @@ from getting into this situation. The command-line flags are all optional. The only supported flags are: -* `-force` - Delete the workspace even if it has resources under management. Defaults to false. +* `-force` - Delete the workspace even if it has resources under management. After deletion, Terraform can no longer track or manage the workspace's infrastructure. Defaults to false. * `-lock=false` - Don't hold a state lock during the operation. This is dangerous if others might concurrently run commands against the same workspace.