From 7776940b0cdb9e2466301136c29f23142417d6e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:48:41 +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 2d384dc..7e91a86 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.107.0" + version = "~> 4.10.0" } } }