Skip to content

Commit 4ffdfd9

Browse files
committed
#issue 492 rearranged maps in merge in main.tf:340
1 parent 592cb15 commit 4ffdfd9

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
@@ -337,7 +337,7 @@ resource "aws_security_group" "this" {
337337
vpc_id = var.vpc_id
338338
description = coalesce(var.security_group_description, "Control traffic to/from RDS Aurora ${var.name}")
339339

340-
tags = merge(var.tags, var.security_group_tags, { Name = local.security_group_name })
340+
tags = merge(var.tags, { Name = local.security_group_name }, var.security_group_tags)
341341

342342
lifecycle {
343343
create_before_destroy = true

0 commit comments

Comments
 (0)