From d9c2b99ae199b641453929ce01769d9316ae056f Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Thu, 30 May 2024 13:22:35 -0600 Subject: [PATCH] Update settings.mdx --- website/docs/cli/cloud/settings.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/cloud/settings.mdx b/website/docs/cli/cloud/settings.mdx index 3c7247cfa8..4d052fb648 100644 --- a/website/docs/cli/cloud/settings.mdx +++ b/website/docs/cli/cloud/settings.mdx @@ -62,8 +62,8 @@ The `cloud` block supports the following configuration arguments: workspace(s) the current configuration should use. - `workspaces` - (Required) A nested block that specifies which remote HCP Terraform workspaces to - use for the current configuration. The `workspaces` block must contain **exactly one** of the - following arguments, each denoting a strategy for how workspaces should be mapped: + use for the current configuration. The `workspaces` block must contain **exactly one** of either `tags` + or `name` argument, each denoting a strategy for how workspaces should be mapped: - `tags` - (Optional) A set of HCP Terraform workspace tags. You will be able to use this working directory with any workspaces that have all of the specified tags,