From 6ef30cc633f6ff29c9b98cbc7916e6ff0726b59b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:14:27 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to v4 --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index fb9c76e..69f813b 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.107.0" + version = "~> 4.3.0" } } }