Skip to content

Commit

Permalink
Update Terraform azuread to v2.53.1 (#736)
Browse files Browse the repository at this point in the history
* Update Terraform azuread to v2.53.1

* Updating Terraform Formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 54687 <61242337+hmcts-jenkins-j-to-z[bot]@users.noreply.github.com>
Co-authored-by: Aditya Dwadasi <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent cb58393 commit c1c800f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}

provider "azurerm" {
Expand Down Expand Up @@ -70,13 +70,13 @@ module "wa_case_event_handler_database_flex" {
azurerm.postgres_network = azurerm.postgres_network
}

source = "[email protected]:hmcts/terraform-module-postgresql-flexible?ref=master"
product = var.product
component = var.component
name = "${var.product}-${var.component}-postgres-db-flex"
location = var.location
business_area = "cft"
env = var.env
source = "[email protected]:hmcts/terraform-module-postgresql-flexible?ref=master"
product = var.product
component = var.component
name = "${var.product}-${var.component}-postgres-db-flex"
location = var.location
business_area = "cft"
env = var.env
pgsql_databases = [
{
name : var.postgresql_database_name
Expand All @@ -89,7 +89,7 @@ module "wa_case_event_handler_database_flex" {
value = "plpgsql,pg_stat_statements,pg_buffercache"
},
{
name = "enable_seqscan"
name = "enable_seqscan"
value = "off"
}
]
Expand Down Expand Up @@ -128,6 +128,6 @@ resource "azurerm_key_vault_secret" "POSTGRES_PORT-V15" {

resource "azurerm_key_vault_secret" "POSTGRES_DATABASE-V15" {
name = "${var.postgres_db_component_name}-POSTGRES-DATABASE-V15"
value = "${var.postgresql_database_name}"
value = var.postgresql_database_name
key_vault_id = data.azurerm_key_vault.wa_key_vault.id
}
2 changes: 1 addition & 1 deletion infrastructure/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "2.51.0"
version = "2.53.1"
}
}
}

0 comments on commit c1c800f

Please sign in to comment.