Skip to content

Commit

Permalink
Added codes to deploy review on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Challa committed Dec 20, 2023
1 parent 7863b64 commit 750bf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/application/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ variable "placements_host" {

locals {
postgres_ssl_mode = var.enable_postgres_ssl ? "require" : "disable"
claims_host = var.claims_host == null ? "manage-school-placements-${ var.environment }.test.teacherservices.cloud" : var.claims_host
placements_host = var.placements_host == null ? "track-and-pay-${ var.environment }.test.teacherservices.cloud" : var.placements_host
placements_host = var.claims_host == null ? "manage-school-placements-${ var.environment }.test.teacherservices.cloud" : var.claims_host
claims_host = var.placements_host == null ? "track-and-pay-${ var.environment }.test.teacherservices.cloud" : var.placements_host
}

0 comments on commit 750bf0c

Please sign in to comment.