Skip to content

Commit

Permalink
chore: up version of precommit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mirestrepo committed Jun 11, 2021
1 parent 14b4218 commit 8127433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.31.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
rev: v1.50.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ module "projects_iam_bindings" {
"serviceAccount:${module.project.service_account_email}"
]
}
depends_on = [
module.project,
]
}

0 comments on commit 8127433

Please sign in to comment.