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
Question
Options
- ATrue
- BFalse
How the community answered
(17 responses)- A88% (15)
- B12% (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
Community Discussion
No community discussion yet for this question.