Update website/docs/cli/cloud/migrating.mdx

This commit is contained in:
Rose M Koron 2023-05-05 16:05:45 -07:00 committed by GitHub
parent 0ec59af8ea
commit 9ad521eac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,4 +82,5 @@ terraform {
}
}
```
~> **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`.
~> **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`.