How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
Show answer and explanation
Correct answer: B
"In a workspace linked to a VCS repository, runs start automatically when you merge or commit changes to version control.
A workspace is linked to one branch of a VCS repository and ignores changes to other branches. You can specify which files and directories within your repository trigger runs. "
https://www.terraform.io/cloud-docs/run/ui#automatically-starting-runs
