From 3c32acdeaba05b4f5434d65b1911a4e538e870ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 05:43:41 +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..d5b96b6 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "= 3.90.0" + version = "4.4.0" } } }