Merge pull request #31992 from philomory/patch-1

[docs] Add warning about prefix loss when migrating
This commit is contained in:
Rose M Koron 2023-05-05 16:12:36 -07:00 committed by GitHub
commit 7bc8014f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,3 +84,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`.