nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #196

In a HCP Terraform/Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.

The correct answer is A. True. True. When an HCP Terraform workspace is connected to a VCS repository, Terraform automatically triggers speculative plan runs in response to VCS events such as commits pushed to branches or pull/merge requests. Speculative plans are read-only previews that show what changes woul

Submitted by klara.se· Apr 18, 2026Understand Terraform Cloud and Enterprise Capabilities

Question

In a HCP Terraform/Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.

Options

  • ATrue
  • BFalse

How the community answered

(17 responses)
  • A
    88% (15)
  • B
    12% (2)

Explanation

True. When an HCP Terraform workspace is connected to a VCS repository, Terraform automatically triggers speculative plan runs in response to VCS events such as commits pushed to branches or pull/merge requests. Speculative plans are read-only previews that show what changes would occur without actually applying them. This is one of the core CI/CD benefits of linking a workspace to version control.

Topics

#Terraform Cloud#HCP Terraform#VCS Integration#Speculative Plans

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice