From 5438b9eb65de4f4d755dec89d0c9ea4ee0157e3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:13:15 +0900 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.117.0 (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index 2d384dc..3b212e2 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.107.0" + version = "~> 3.117.0" } } }