Skip to content

Commit

Permalink
adding readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishnama committed Apr 11, 2024
1 parent 865459f commit 2b93f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.2
rev: v1.88.4
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand All @@ -21,11 +21,11 @@ repos:
- '--args=--only=terraform_required_version'
- '--args=--only=terraform_required_providers'
- '--args=--only=terraform_standard_module_structure'
# - '--args=--only=terraform_workspace_remote'
- '--args=--only=terraform_workspace_remote'
- '--args=--only=terraform_unused_required_providers'
- id: terraform_validate
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand Down

0 comments on commit 2b93f10

Please sign in to comment.