|
|
|
|
@ -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,
|
|
|
|
|
|