Maksym Vlasov

Results 66 comments of Maksym Vlasov

Note: `TF_PLUGIN_CACHE_DIR` should be exported and set inside most hooks. That may be related to other envs too. Also, in case of `TF_PLUGIN_CACHE_DIR` usage, `terraform init` will need to run...

@carlosjgp Amazing! Now we can add `.terraform-docs.yml` instructions to README, and print out the link to the replacement instruction ( `https://github.com/antonbabenko/pre-commit-terraform/issues/248#issuecomment-1290829226`) in `terraform_docs_replace` hook [here](https://github.com/antonbabenko/pre-commit-terraform/blob/07c6764c309d14fd37536e6c679354ab99c59a59/hooks/__init__.py) Would you like to make...

@peterbourgon can you please take a look at this? It, as a dependency, affects an app in our production env for two months and a downgrade is not an option.

If I understand correctly, to notify @peterbourgon about comments, need to mention him

For set light theme, add in your `settings.json` next: ```jsonc "hediet.vscode-drawio.theme": "atlas" // or if you'd like white menu on the top, not blue, use "Kennedy" theme "hediet.vscode-drawio.theme": "Kennedy" //...

That works awesome https://github.com/kward/shunit2

@mijdavis2 you can redefine `files: (\.hcl)$` or use `exclude:` to to specify which files should be checked and which not. As I wrote in prev message, `terragrunt.hcl` is not the...

And please provide more details about your file structure and file naming, and for which propose you use .hcl files

Feel free to implement it and send PR, your help will be much appreciated.