antonbabenko / pre-commit-terraform

pre-commit git hooks to take care of Terraform configurations 🇺🇦
MIT License
3.23k stars 541 forks source link

feat: Expand environment variables in `--args=` which contains lowercase symbols, like `${TF_VAR_lowercase}` #719

Closed MaxymVlasov closed 2 months ago

MaxymVlasov commented 2 months ago

Put an x into the box if that apply:

Description of your changes

Improves https://github.com/antonbabenko/pre-commit-terraform?tab=readme-ov-file#all-hooks-usage-of-environment-variables-in---args Found in https://github.com/antonbabenko/pre-commit-terraform/issues/718#issuecomment-2347102202

Support of this option probably will not be needed in any observed use cases, but it is cheap to implement, so here we are

antonbabenko commented 2 months ago

This PR is included in version 1.96.0 :tada: