From ba86cd6fbd4819b431fbe4108d2af8e5a33a7711 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:35:02 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.84.0 --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index d021f62..a37428c 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.81.0" + version = "~> 3.84.0" } } }