Skip to content

Commit 7238054

Browse files
authored
Update networking.tf
removing extra tag-Name k/v pair
1 parent 56aabd4 commit 7238054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform-unity/networking.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ resource "aws_ssm_parameter" "management_console_url" {
8585
# Find the MC's ALB's security group (created before unity-proxy)
8686
data "aws_security_group" "mc_alb_sg" {
8787
tags = {
88-
Name = "Unity Management Console Load Balancer SG"
8988
Name = "Unity ${var.project}-${var.venue} Management Console LB SG"
9089
Venue = var.venue
9190
ServiceArea = "cs"
@@ -137,4 +136,4 @@ resource "aws_vpc_security_group_egress_rule" "ecs_alb_egress_sg_rule" {
137136
from_port = 0
138137
ip_protocol = "tcp"
139138
cidr_ipv4 = "0.0.0.0/0"
140-
}
139+
}

0 commit comments

Comments
 (0)