From b43d5d07b36c63a95cad677525c34b2779a28060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:07:00 +0000 Subject: [PATCH] Update Terraform azurerm to v4 --- components/infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infrastructure/provider.tf b/components/infrastructure/provider.tf index 6737fa3..b2187fe 100644 --- a/components/infrastructure/provider.tf +++ b/components/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.116.0" + version = "4.7.0" } azapi = { source = "Azure/azapi"