From 1d1dcc4b8bda0422d25011251eb6b1e79fdfa0ea Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 3 Oct 2023 16:10:35 +0100 Subject: [PATCH] cloud: Fix typo & align 'project' field description (#33946) --- internal/cloud/backend.go | 3 ++- website/docs/cli/cloud/settings.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/cloud/backend.go b/internal/cloud/backend.go index df719df82f..db1fe07d30 100644 --- a/internal/cloud/backend.go +++ b/internal/cloud/backend.go @@ -1274,5 +1274,6 @@ is the primary and recommended strategy to use. This option conflicts with "nam 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".` - schemaDescriptionProject = `The name of a project that resulting workspace(s) will be created in.` + schemaDescriptionProject = `The name of a Terraform Cloud project. Workspaces that need creating +will be created within this project.` ) diff --git a/website/docs/cli/cloud/settings.mdx b/website/docs/cli/cloud/settings.mdx index 0c10dbb375..e88325fe3e 100644 --- a/website/docs/cli/cloud/settings.mdx +++ b/website/docs/cli/cloud/settings.mdx @@ -76,7 +76,7 @@ The `cloud` block supports the following configuration arguments: directory, and cannot manage workspaces from the CLI (e.g. `terraform workspace select` or `terraform workspace new`). This option conflicts with `tags`. - - `project` - (Optional) The name of a Terraform Cloud project. Workspaces that need created will + - `project` - (Optional) The name of a Terraform Cloud project. Workspaces that need creating will be created within this project. `terraform workspace list` will be filtered by workspaces in the supplied project.