Skip to content

Commit 23e7384

Browse files
authored
Update main.tf
1 parent 83203c9 commit 23e7384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
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, null),
160+
try(var.alb.tags, {}),
161161
var.tags
162162
)
163163
}

0 commit comments

Comments
 (0)