From 13d13859abe1d1baf967cc90853e289764d6ed44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:01:21 +0000 Subject: [PATCH] Update Terraform azurerm to v4.12.0 (#138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 98ca327..bc35b18 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.10.0" + version = "4.12.0" } } }