HashiCorp Certified: Terraform Associate — Question 93
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
Answer options
- A. Only Terraform Cloud organization owners can set workspace variables on VCS connected workspaces
- B. Commit a change to the VCS working directory and branch that the Terraform Cloud workspace is connected to
- C. Only members of a VCS organization can open a pull request against repositories that are connected to Terraform Cloud workspaces
- D. Only Terraform Cloud organization owners can approve plans in VCS connected workspaces
Correct answer: B
Explanation
The correct answer is B because committing a change to the VCS repository will trigger an automatic run in the Terraform Cloud workspace connected to that repository. The other options discuss permissions and approvals that do not directly initiate a run, making them incorrect in this context.