Skip to content

Commit

Permalink
Update_261124_7
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckingham authored and Buckingham committed Nov 26, 2024
1 parent 9eba396 commit 8dc073e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/ppud/alb_external.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ resource "aws_lb_listener" "WAM-Front-End-Prod" {
}
}

/*
resource "aws_lb_target_group" "WAM-Target-Group" {
name = "WAM"
port = 80
Expand All @@ -170,7 +171,7 @@ resource "aws_lb_target_group" "WAM-Target-Group" {
Name = "${var.networking[0].business-unit}-${local.environment}"
}
}

*/

resource "aws_lb_target_group_attachment" "WAM-Portal-development" {
count = local.is-development == true ? 1 : 0
Expand Down

0 comments on commit 8dc073e

Please sign in to comment.