Skip to content

Commit

Permalink
Merge pull request #9 from unity-sds/uniq-sg-name
Browse files Browse the repository at this point in the history
updated sg name for matching
  • Loading branch information
galenatjpl authored Nov 5, 2024
2 parents 5d4cd9e + 3ef00b1 commit 56aabd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-unity/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ resource "aws_ssm_parameter" "management_console_url" {
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"
Proj = var.project
Expand Down

0 comments on commit 56aabd4

Please sign in to comment.