diff --git a/terraform-unity/networking.tf b/terraform-unity/networking.tf index b1d1113..86743c4 100644 --- a/terraform-unity/networking.tf +++ b/terraform-unity/networking.tf @@ -85,7 +85,6 @@ resource "aws_ssm_parameter" "management_console_url" { # Find the MC's ALB's security group (created before unity-proxy) data "aws_security_group" "mc_alb_sg" { tags = { - Name = "Unity Management Console Load Balancer SG" Name = "Unity ${var.project}-${var.venue} Management Console LB SG" Venue = var.venue ServiceArea = "cs" @@ -137,4 +136,4 @@ resource "aws_vpc_security_group_egress_rule" "ecs_alb_egress_sg_rule" { from_port = 0 ip_protocol = "tcp" cidr_ipv4 = "0.0.0.0/0" -} \ No newline at end of file +}