From a8efecdf1cd39b7d190b4251a331b717182290cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:59:03 +0000 Subject: [PATCH] Update Terraform azurerm to v4 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 7bf2d4ea..17b2ca87 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.117.0" + version = "~> 4.10.0" } azuread = { source = "hashicorp/azuread"