Update website/docs/cli/commands/workspace/delete.mdx

Co-authored-by: Brandon Croft <brandon.croft@gmail.com>
This commit is contained in:
Jarrett Spiker 2022-11-22 15:01:57 -05:00 committed by GitHub
parent 01bdaebbab
commit f5a424e65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ Usage: `terraform workspace delete [OPTIONS] NAME [DIR]`
This command will delete the specified workspace.
To delete a workspace, it must already exist, it must not have resources under management,
and it must not be your current workspace. If the workspace has resources under management,
To delete a workspace, it must already exist, it must not be tracking resources,
and it must not be your current workspace. If the workspace is tracking resources,
Terraform will not allow you to delete it unless the `-force` flag is specified.
Workspaces with resources under management (RUM) are workspaces which manage resources that physically exist.