Skip to content

Commit

Permalink
Update networking.tf
Browse files Browse the repository at this point in the history
removing extra tag-Name k/v pair
  • Loading branch information
jpl-btlunsfo authored Nov 12, 2024
1 parent 56aabd4 commit 7238054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform-unity/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 7238054

Please sign in to comment.