From ef3c0ea7f3c9ed0e30fb60dad11ffe49e3e23d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:50:21 +0000 Subject: [PATCH] Update Terraform azurerm to v4 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c447fb5..9565e36 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "= 3.90.0" + version = "4.7.0" } } }