Skip to content

Commit b4e363a

Browse files
committed
fix: Execute pre-commit run -a
1 parent a5ccd27 commit b4e363a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.99.5
3+
rev: v1.100.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
@@ -23,7 +23,7 @@ repos:
2323
- '--args=--only=terraform_workspace_remote'
2424
- id: terraform_validate
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: check-merge-conflict
2929
- id: end-of-file-fixer

examples/redis-cluster/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ module "elasticache" {
3939
vpc_id = module.vpc.vpc_id
4040
security_group_rules = {
4141
ingress-self-redis = {
42-
type = "ingress"
42+
type = "ingress"
4343
referenced_security_group_id = "self"
44-
description = "Allow traffic from this security group to itself."
44+
description = "Allow traffic from this security group to itself."
4545
}
4646
}
4747

0 commit comments

Comments
 (0)