diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 83888cea06..8b379c63f4 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.106.0" + version = "3.110.0" } azuread = { source = "hashicorp/azuread" diff --git a/infrastructure/tf-db-flexible.tf b/infrastructure/tf-db-flexible.tf index f8e782aaae..f36387d875 100644 --- a/infrastructure/tf-db-flexible.tf +++ b/infrastructure/tf-db-flexible.tf @@ -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" { @@ -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" }