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

Always run all validation checks in terraform validate function #61

Open
slarwise opened this issue Mar 13, 2023 · 0 comments
Open

Always run all validation checks in terraform validate function #61

slarwise opened this issue Mar 13, 2023 · 0 comments

Comments

@slarwise
Copy link

slarwise commented Mar 13, 2023

As I understand it, when calling the validate function, this will return immediately if any of the validation checks fail.

I think it would be more useful if all validations were always run, regardless if any of them failed. My scenario was that I fixed all warnings given by terraform validate and thought I was done, but then got more warnings from tflint.

@slarwise slarwise changed the title Always run all validation checks in validate function Always run all validation checks in terraform validate function Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant