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

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.