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
we're using the terraform_validate hook.
Great that does an init now to not fail anymore.
Would be amazing to do this also in directories that call that module.
My Use-Case:
example-directory showing the execution of the module.
A terraform init in that directory would also be necessary for us.
Proposal: add an argument for terraform_validate to add directories for also executing the init.
The text was updated successfully, but these errors were encountered:
I agree that the possibility to exclude directories where init and/or validate should run would be helpful. I don't think I will work on this myself, but I will be very glad to review a PR if anyone wants to make it.
Hey,
we're using the terraform_validate hook.
Great that does an init now to not fail anymore.
Would be amazing to do this also in directories that call that module.
My Use-Case:
example-directory showing the execution of the module.
A terraform init in that directory would also be necessary for us.
Proposal: add an argument for terraform_validate to add directories for also executing the init.
The text was updated successfully, but these errors were encountered: