Skip to content

Commit

Permalink
Training certificate add in UAT ALB-1
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshc-roy committed Sep 28, 2023
1 parent 23e3f87 commit 5967b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ppud/alb_internal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_lb_listener" "PPUD-Front-End-Preprod" {

resource "aws_lb_listener_certificate" "PPUD-Training-Certificate" {
count = local.is-preproduction == true ? 1 : 0
listener_arn = aws_lb_listener.PPUD-Front-End-Preprod.arn
listener_arn = aws_lb_listener.PPUD-Front-End-Preprod[0].arn
certificate_arn = data.aws_acm_certificate.PPUD_Training_ALB[0].arn
}

Expand Down

0 comments on commit 5967b1b

Please sign in to comment.