Skip to content

Commit

Permalink
Remove tfvars pre-commit hooks (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclacore authored Apr 3, 2024
1 parent 41edaed commit ff8d2fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ repos:
entry: mass schema validate -s https://json-schema.org/draft-07/schema -d ./schema-artifacts.json
language: system
pass_filenames: false
- id: dev-params-validation
name: Validate development input params
entry: mass schema validate -s ./schema-params.json -d ./src/_params.auto.tfvars.json
language: system
pass_filenames: false
- id: conn-params-validation
name: Validate development connection params
entry: mass schema validate -s ./schema-connections.json -d ./src/_connections.auto.tfvars.json
language: system
pass_filenames: false
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.74.1
hooks:
Expand Down

0 comments on commit ff8d2fe

Please sign in to comment.