Skip to content

Commit

Permalink
Merge pull request #8811 from ministryofjustice/Update_261124_7
Browse files Browse the repository at this point in the history
Update_261124_7
  • Loading branch information
nbuckingham72 authored Nov 26, 2024
2 parents dde030c + 8dc073e commit 95b5f7d
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 95b5f7d

Please sign in to comment.