mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/cli/cloud/migrating.mdx
This commit is contained in:
parent
0ec59af8ea
commit
9ad521eac6
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user