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 56aabd4 commit 7238054Copy full SHA for 7238054
terraform-unity/networking.tf
@@ -85,7 +85,6 @@ resource "aws_ssm_parameter" "management_console_url" {
85
# Find the MC's ALB's security group (created before unity-proxy)
86
data "aws_security_group" "mc_alb_sg" {
87
tags = {
88
- Name = "Unity Management Console Load Balancer SG"
89
Name = "Unity ${var.project}-${var.venue} Management Console LB SG"
90
Venue = var.venue
91
ServiceArea = "cs"
@@ -137,4 +136,4 @@ resource "aws_vpc_security_group_egress_rule" "ecs_alb_egress_sg_rule" {
137
136
from_port = 0
138
ip_protocol = "tcp"
139
cidr_ipv4 = "0.0.0.0/0"
140
-}
+}
0 commit comments