You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI currently runs TypeScript tests and Terraform validate, but does not execute terraform test for Terraform modules. This means .tftest.hcl tests aren’t enforced in PRs, allowing Terraform regressions to slip in.
Proposal
Add a CI job to run terraform test for changed modules in a PR.
Detect changed module directories and run: terraform test