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
If you use the integrated pre-commit GitHub application, the fact that the docker images do not automatically download, install, or have the dependencies pre-defined causes issues.
Could you please update the hooks so that they either download or come pre-loaded with a version of the tools many of these hooks are dependent on?
How could pre-commit-terraform help solve your problem?
Either add a parameter in the hooks to download a specific version of the tools, or pre-load with latest version of tools.
The text was updated successfully, but these errors were encountered:
I'm not familiar with https://pre-commit.ci platform, though under the Github Actions section of README there's an example of how to use pre-commit-terraform Docker image, which has all required tools pre-installed — is it any helpful in regards to your use case? 🤔
What problem are you facing?
If you use the integrated pre-commit GitHub application, the fact that the docker images do not automatically download, install, or have the dependencies pre-defined causes issues.
Could you please update the hooks so that they either download or come pre-loaded with a version of the tools many of these hooks are dependent on?
How could pre-commit-terraform help solve your problem?
Either add a parameter in the hooks to download a specific version of the tools, or pre-load with latest version of tools.
The text was updated successfully, but these errors were encountered: