Skip to content

Commit d7f9704

Browse files
committed
fix: Update and run pre-commit checks to pass CI
1 parent 23e7384 commit d7f9704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
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.88.0
3+
rev: v1.92.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
@@ -24,7 +24,7 @@ repos:
2424
- '--args=--only=terraform_unused_required_providers'
2525
- id: terraform_validate
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.5.0
27+
rev: v4.6.0
2828
hooks:
2929
- id: check-merge-conflict
3030
- id: end-of-file-fixer

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ module "alb" {
157157
web_acl_arn = try(var.alb.web_acl_arn, null)
158158

159159
tags = merge(
160-
try(var.alb.tags, {}),
160+
try(var.alb.tags, {}),
161161
var.tags
162162
)
163163
}

0 commit comments

Comments
 (0)