Skip to content

Commit be73fa3

Browse files
authored
Merge pull request #35263 from hashicorp/brandonc/fix_cloud_settings_arguments_phrasing
Fix cloud block documentation bug
2 parents a384f44 + d9c2b99 commit be73fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/cli/cloud/settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ The `cloud` block supports the following configuration arguments:
6262
workspace(s) the current configuration should use.
6363

6464
- `workspaces` - (Required) A nested block that specifies which remote HCP Terraform workspaces to
65-
use for the current configuration. The `workspaces` block must contain **exactly one** of the
66-
following arguments, each denoting a strategy for how workspaces should be mapped:
65+
use for the current configuration. The `workspaces` block must contain **exactly one** of either `tags`
66+
or `name` argument, each denoting a strategy for how workspaces should be mapped:
6767

6868
- `tags` - (Optional) A set of HCP Terraform workspace tags. You will be able to use
6969
this working directory with any workspaces that have all of the specified tags,

0 commit comments

Comments
 (0)