command: Suggestions on migration copy from user feedback
Some small edits to the TFC migration copy.
This commit is contained in:
parent
33bcc715a0
commit
bf76cc98ef
|
@ -1426,7 +1426,7 @@ in your Terraform Cloud organization. To finish initializing, Terraform needs at
|
|||
least one workspace available.
|
||||
|
||||
Terraform can create a properly tagged workspace for you now. Please enter a
|
||||
name to create a new Terraform Cloud workspace:
|
||||
name to create a new Terraform Cloud workspace.
|
||||
`
|
||||
|
||||
const successBackendUnset = `
|
||||
|
|
|
@ -897,9 +897,6 @@ For example, if a workspace is currently named 'prod', the pattern 'app-*' would
|
|||
`
|
||||
|
||||
const tfcInputBackendMigrateMultiToMulti = `
|
||||
When migrating existing workspaces from the backend %[1]q to Terraform Cloud, would you like to
|
||||
rename your workspaces?
|
||||
|
||||
Unlike typical Terraform workspaces representing an environment associated with a particular
|
||||
configuration (e.g. production, staging, development), Terraform Cloud workspaces are named uniquely
|
||||
across all configurations used within an organization. A typical strategy to start with is
|
||||
|
@ -907,6 +904,9 @@ across all configurations used within an organization. A typical strategy to sta
|
|||
|
||||
For more information on workspace naming, see https://www.terraform.io/docs/cloud/workspaces/naming.html
|
||||
|
||||
When migrating existing workspaces from the backend %[1]q to Terraform Cloud, would you like to
|
||||
rename your workspaces? Enter 1 or 2.
|
||||
|
||||
1. Yes, I'd like to rename all workspaces according to a pattern I will provide.
|
||||
2. No, I would not like to rename my workspaces. Migrate them as currently named.
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue