TERRAFORM-ASSOCIATE-004 · Question #244
One cloud block always maps to a single HCP Terraform/Terraform Cloud workspace.
The correct answer is A. True. True. A cloud block in a Terraform configuration always maps to exactly one HCP Terraform workspace at the time of execution. Even when the workspaces block uses tags to define a pool of eligible workspaces, Terraform resolves and operates against a single workspace per run - you
Question
Options
- ATrue
- BFalse
How the community answered
(29 responses)- A93% (27)
- B7% (2)
Explanation
True. A cloud block in a Terraform configuration always maps to exactly one HCP Terraform workspace at the time of execution. Even when the workspaces block uses tags to define a pool of eligible workspaces, Terraform resolves and operates against a single workspace per run - you select which one with terraform workspace select. There is no mechanism for a cloud block to simultaneously target multiple workspaces within a single execution context.
Topics
Community Discussion
No community discussion yet for this question.