Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/demo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ orchestrator_notifications_task_delay = "3000"

allowed_client_certificate_thumbprints = ["2A1EE53E044632145C89FE428128080353127DF6"]

ocr_validation_url_probate = "http://probate-back-office-demo.service.core-compute-demo.internal"
ocr_validation_url_probate = "http://probate-back-office-demo.service.core-compute-demo.internal"
8 changes: 4 additions & 4 deletions infrastructure/ithc.tfvars
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
capacity = "2"
scan_delay = "4000"
scan_enabled = "true"
capacity = "2"
scan_delay = "4000"
scan_enabled = "true"

token_validity = "5184000" #60 days in seconds
token_validity = "5184000" #60 days in seconds
orchestrator_notifications_task_enabled = "true"
orchestrator_notifications_task_delay = "3000"

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.44.0"
version = "4.59.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/tf-db-flexible.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Postgres 15 flexible servers
locals {
db_host_name = "${var.product}-${var.component}-flexible-postgres-db-v15"
db_name = "bulk_scan"
db_name = "bulk_scan"
}

module "postgresql" {
Expand All @@ -28,7 +28,7 @@ module "postgresql" {

admin_user_object_id = var.jenkins_AAD_objectId

enable_schema_ownership = true
enable_schema_ownership = true
force_schema_ownership_trigger = "true"
force_user_permissions_trigger = "1"
}