Update internal/command/workspace_delete.go

Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
Jarrett Spiker 2022-10-17 11:52:24 -04:00 committed by GitHub
parent 9d2e8a4c7e
commit 3d5dba5c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ Usage: terraform [global options] workspace delete [OPTIONS] NAME
Options:
-force Remove even a workspace with resources under management.
-force Remove a workspace even if it is managing resources. Terraform can no longer track or manage the workspace's infrastructure.
-lock=false Don't hold a state lock during the operation. This is
dangerous if others might concurrently run commands