From 454dbf6771d570d13ab8292d624bf337001e7595 Mon Sep 17 00:00:00 2001 From: Adam Gardner Date: Tue, 11 Oct 2022 12:25:47 -1000 Subject: [PATCH] cloud block, not cloud provider --- 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 ec636d04b5..b9f6923116 100644 --- a/website/docs/cli/cloud/migrating.mdx +++ b/website/docs/cli/cloud/migrating.mdx @@ -82,4 +82,4 @@ terraform { } } ``` -~> **Warning:** Because the `cloud` provider 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 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`.