File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11repos :
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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments