Introduction
Problem
This KB will solve the issue of a stuck Terraform run pending a status check that looks like this.
https://app.terraform.io/app/[your org]/aggregated-commit-statuses/acs-*************
Cause
This can happen when a Terraform Org is configured to use aggregated commit statuses but is not fully configured.
Solutions:
1. Under Organization settings > Version Control settings (general), select non-aggregated status checks.
2. Once this is done, save the setting.
3. Cancel any pending runs or failed PRs and then resubmit them.