We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b06888 commit 9acff2fCopy full SHA for 9acff2f
main.tf
@@ -776,7 +776,7 @@ resource "aws_vpc_security_group_egress_rule" "this" {
776
tags = merge(
777
var.tags,
778
var.security_group_tags,
779
- { "Name" = "${var.name}-${each.key}" },
+ { "Name" = "${local.security_group_name}-${each.key}" },
780
each.value.tags,
781
)
782
@@ -800,7 +800,7 @@ resource "aws_vpc_security_group_ingress_rule" "this" {
800
801
802
803
804
805
806
0 commit comments