TERRAFORM-ASSOCIATE-004 · Question #127
TERRAFORM-ASSOCIATE-004 Question #127: Real Exam Question with Answer & Explanation
The correct answer is B: Commit a change to the VCS working directory and branch that the Terraform Cloud workspace. When a Terraform Cloud workspace is connected to a VCS repository, the primary way to trigger an automated run is to commit and push a change to the branch and directory that the workspace is configured to monitor. Terraform Cloud watches for VCS events (pushes, pull requests) an
Question
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
Options
- AOnly Terraform Cloud organization owners can set workspace variables on VCS connected
- BCommit a change to the VCS working directory and branch that the Terraform Cloud workspace
- COnly Terraform Cloud organization owners can approve plans in VCS connected workspaces
- DOnly members of a VCS organization can open a pull request against repositories that are
Explanation
When a Terraform Cloud workspace is connected to a VCS repository, the primary way to trigger an automated run is to commit and push a change to the branch and directory that the workspace is configured to monitor. Terraform Cloud watches for VCS events (pushes, pull requests) and automatically queues a new run when it detects relevant changes. The other answer choices are incomplete sentence fragments that describe permission restrictions unrelated to how runs are triggered.
Topics
Community Discussion
No community discussion yet for this question.