From 09d9ee4dabeae437db67146c5f1c7298fb3454c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:27:59 +0000 Subject: [PATCH] Update Terraform azurerm to ~> 4.12.0 (#750) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index a2c6a2da..68e6964a 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.11.0" + version = "~> 4.12.0" } } }