We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e7384 commit d7f9704Copy full SHA for d7f9704
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.88.0
+ rev: v1.92.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_docs
@@ -24,7 +24,7 @@ repos:
24
- '--args=--only=terraform_unused_required_providers'
25
- id: terraform_validate
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
- rev: v4.5.0
+ rev: v4.6.0
28
29
- id: check-merge-conflict
30
- id: end-of-file-fixer
main.tf
@@ -157,7 +157,7 @@ module "alb" {
157
web_acl_arn = try(var.alb.web_acl_arn, null)
158
159
tags = merge(
160
- try(var.alb.tags, {}),
+ try(var.alb.tags, {}),
161
var.tags
162
)
163
}
0 commit comments