pre-commit-terraform icon indicating copy to clipboard operation
pre-commit-terraform copied to clipboard

pre-commit git hooks to take care of Terraform configurations πŸ‡ΊπŸ‡¦

Results 40 pre-commit-terraform issues
Sort by recently updated
recently updated
newest added

### What problem are you facing? In my configuration, I have a number of different modules in the same repo but each module has differing dependencies (either local or published)....

feature
good first issue
hook/terraform_tflint
estimate/4h
hook/terraform_providers_lock

Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This PR fixes a bug. - [X] This PR adds...

feature

Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This PR fixes a bug. - [X] This PR adds...

feature

### What problem are you facing? I want to run [`terraform test`](https://developer.hashicorp.com/terraform/language/modules/testing-experiment) in a pre-commit hook if either the module or one of the module's tests changed. `terraform test` has...

feature
good first issue
estimate/1day

### Describe the bug When running terraform_checkov without any fail flags any matching rule will result in a failed result. However when the `--soft-fail` and `--hard-fail-on MEDIUM` flags are enabled,...

bug
hook/terraform_checkov
3rd party

### Describe the bug Seeing duplicate or unclear output in regards to `Success! The configuration is valid.` ```none Command 'terraform init' successfully done: regional/infra Success! The configuration is valid. Success!...

feature
estimate/4h

Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This PR fixes a bug. - [ ] This PR...

wip

### What problem are you facing? A while ago ~before orcs groundlessly and treacherously come against Ukraine~ while I was poking around some TF issue I stumbled upon [this thread](https://github.com/hashicorp/terraform/issues/12959)...

feature
estimate/2days

### Describe the bug Need to have terrascan use a config file. Tried to use - id: terrascan args: - --args="-c .terrascan.toml" Got error 2023-02-08T19:52:39.243-0800 error config/config-reader.go:62 config file: .terrascan.toml,...

feature
good first issue
estimate/1h
hook/terrascan

Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This PR fixes a bug. - [x] This PR adds...