From 11a70f74addf66a81a15400eaedcf4b1405f82c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:41:33 +0000 Subject: [PATCH 1/2] Update dependency hashicorp/terraform to v1.9.1 --- infrastructure/.terraform-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/.terraform-version b/infrastructure/.terraform-version index abb1658232..ee672d89ab 100644 --- a/infrastructure/.terraform-version +++ b/infrastructure/.terraform-version @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.9.1 \ No newline at end of file From bc06de34b8de8cc6664594b0b8af5646565ef06a Mon Sep 17 00:00:00 2001 From: 58060 <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:53:19 +0000 Subject: [PATCH 2/2] Updating Terraform Formatting --- infrastructure/state.tf | 14 +++++++------- infrastructure/variables.tf | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index f7f8bd654f..976054d533 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -2,12 +2,12 @@ terraform { backend "azurerm" {} required_providers { - azurerm = { - source = "hashicorp/azurerm" - version = "3.109.0" - } - random = { - source = "hashicorp/random" - } + azurerm = { + source = "hashicorp/azurerm" + version = "3.109.0" } + random = { + source = "hashicorp/random" + } + } } \ No newline at end of file diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index f4ccb8c14a..045ed238f0 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -3,5 +3,5 @@ variable "product" {} variable "env" {} variable "common_tags" { - type = map(string) + type = map(string) } \ No newline at end of file