From 0ec59af8ea4a27d64b11a8f0db2cb664b86f91ec Mon Sep 17 00:00:00 2001 From: Adam Gardner Date: Thu, 20 Oct 2022 09:03:41 -1000 Subject: [PATCH] Update website/docs/cli/cloud/migrating.mdx Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> --- website/docs/cli/cloud/migrating.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/cloud/migrating.mdx b/website/docs/cli/cloud/migrating.mdx index b9f6923116..e17214dc0a 100644 --- a/website/docs/cli/cloud/migrating.mdx +++ b/website/docs/cli/cloud/migrating.mdx @@ -82,4 +82,4 @@ terraform { } } ``` -~> **Warning:** Because the `cloud` block does not support the `prefix` argument, once you migrate you will need to refer to workspaces by their full name when using the Terraform CLI. For example, rather than `terraform workspace select prod`, you would need to run the command `terraform workspace select my-app-prod`. +~> **Warning:** Because the `cloud` block does not support the `prefix` argument, once you migrate, you must refer to workspaces by their full name when using the Terraform CLI. For example, rather than `terraform workspace select prod`, you must run the command `terraform workspace select my-app-prod`.