nerdexam
HashiCorp

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

Submitted by packet_pusher· Apr 18, 2026Understand Terraform Cloud and Enterprise Capabilities

Question

One cloud block always maps to a single HCP Terraform/Terraform Cloud workspace.

Options

  • ATrue
  • BFalse

How the community answered

(29 responses)
  • A
    93% (27)
  • B
    7% (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

#cloud block#Terraform Cloud#HCP Terraform#workspaces

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice