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

Update terraform linter to execute only when **.tf is modified #407

Closed
glennmusa opened this issue Sep 10, 2021 · 0 comments
Closed

Update terraform linter to execute only when **.tf is modified #407

glennmusa opened this issue Sep 10, 2021 · 0 comments
Assignees
Labels
dev-automation Related to automating builds, the development container, and improving the developer experience.

Comments

@glennmusa
Copy link
Contributor

Benefit/Result/Outcome

Right now the validate_terraform Action runs on every pull request even if Terraform isn't modified.

Description

Instead, only run the validate_terraform Action by matching paths where a Terraform file (*.tf or *.tfvars) has been modified.

Acceptance Criteria

  • Update the validate_terraform Action to only run on modifications to Terraform files in a Pull Request
@brooke-hamilton brooke-hamilton added the dev-automation Related to automating builds, the development container, and improving the developer experience. label Sep 13, 2021
@glennmusa glennmusa self-assigned this Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-automation Related to automating builds, the development container, and improving the developer experience.
Projects
None yet
Development

No branches or pull requests

2 participants