From ce7de92e54cc2594660316895187bfe95a06ed4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 06:10:56 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.111.0 --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index fb9c76e..5722d67 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.107.0" + version = "~> 3.111.0" } } }