Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Requests should trigger an action that validates Terraform code for syntactical correctness and style #21

Closed
glennmusa opened this issue Feb 24, 2021 · 0 comments · Fixed by #25 or #36
Assignees

Comments

@glennmusa
Copy link
Contributor

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant