From f3111a3b00c75e5d9877e84e9f6f05198c99a1dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 05:33:22 +0000 Subject: [PATCH 1/2] Update Terraform azurerm to 3.110 --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index fdc3ea9f1..f32b51f30 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -1,4 +1,4 @@ provider "azurerm" { - version = "=3.40" + version = "3.110" features {} } From bd31506db8c08312c2d6fb465606f7a3f06246fb Mon Sep 17 00:00:00 2001 From: 58046 <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 05:40:23 +0000 Subject: [PATCH 2/2] Updating Terraform Formatting --- infrastructure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index d1136d376..2ae2c78bb 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -1,5 +1,5 @@ variable "product" { - type = string + type = string } variable "env" {