Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fmt and lint commands were not executed in the env's context
Right now fmt and lint tasks would only apply to ./*.tf files, by using the wrapper script we make sure to execute the lint in the environment's context.
- Loading branch information