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
There should be an action triggered by Pull Requests that validate and lint Terraform code so that all modules are able to be initialized without issue and share a common format.
Acceptance Criteria
Some workflow is triggered on Pull Request
The workflow runs terraform validate and terraform fmt -check on all .tf in the repository
The workflow fails the run if validation errors or formatting errors are present
The text was updated successfully, but these errors were encountered:
Description
There should be an action triggered by Pull Requests that validate and lint Terraform code so that all modules are able to be initialized without issue and share a common format.
Acceptance Criteria
terraform validate
andterraform fmt -check
on all .tf in the repositoryThe text was updated successfully, but these errors were encountered: