Skip to content

Commit

Permalink
Merge pull request #1610 from ministryofjustice/06032023-ppudpreprod
Browse files Browse the repository at this point in the history
ppud pre-prod modify-21 for @umeshc-roy
  • Loading branch information
andrewl authored Mar 8, 2023
2 parents 265ccd8 + 29de7aa commit bc9bf65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/environments/ppud/alb_internal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ resource "aws_lb_listener" "PPUD-Front-End" {
}

resource "aws_lb_target_group" "PPUD-internal-Target-Group" {
count = local.is-development == false ? 1 : 0
name = "PPUD"
count = local.is-development == false ? 1 : 0
# name = "PPUD"
name = local.application_data.accounts[local.environment].PPUD_Target
port = 443
protocol = "HTTPS"
vpc_id = data.aws_vpc.shared.id
Expand Down
1 change: 1 addition & 0 deletions terraform/environments/ppud/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"SES_domain": "uat.ppud.justice.gov.uk",
"DEV_WAM_ALB": "WAM-ALB",
"PPUD_Internal_ALB": "PPUD-ALB",
"PPUD_Target": "PPUD",
"alb_intances_wam": "i-05471f2d0d8f365c0",
"alb_intances_ppud": "i-04d9127f2311beda5"
},
Expand Down

0 comments on commit bc9bf65

Please sign in to comment.