cloud: Help output typos
This commit is contained in:
parent
4e3218b4d5
commit
21750037d5
|
@ -1051,7 +1051,7 @@ Please reach out to HashiCorp Support to resolve this issue.`
|
|||
var (
|
||||
workspaceConfigurationHelp = fmt.Sprintf(
|
||||
`The 'workspaces' block configures how Terraform CLI maps its workspaces for this single
|
||||
configuration to workspaces within a Terraform Cloud organization. Three strategies are available:
|
||||
configuration to workspaces within a Terraform Cloud organization. Two strategies are available:
|
||||
|
||||
[bold]tags[reset] - %s
|
||||
|
||||
|
@ -1070,6 +1070,6 @@ configuration file or configured credential helper.`
|
|||
configuration. New workspaces will automatically be tagged with these tag values. Generally, this
|
||||
is the primary and recommended strategy to use. This option conflicts with "name".`
|
||||
|
||||
schemaDescriptionName = `The name of a single Terraform Cloud workspace to be used with this configuration When configured
|
||||
only the specified workspace can be used. This option conflicts with "tags".`
|
||||
schemaDescriptionName = `The name of a single Terraform Cloud workspace to be used with this configuration.
|
||||
When configured, only the specified workspace can be used. This option conflicts with "tags".`
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue