From 8ef26a94f34dd7bc05b855c24436fcb6c8634d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:02:01 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.84.0 --- testdata/with_detections/main.tf | 2 +- testdata/without_detections/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/with_detections/main.tf b/testdata/with_detections/main.tf index 3157cf8..14a3dc1 100644 --- a/testdata/with_detections/main.tf +++ b/testdata/with_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.83.0" + version = "~> 3.84.0" } } } diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index 3157cf8..14a3dc1 100644 --- a/testdata/without_detections/main.tf +++ b/testdata/without_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.83.0" + version = "~> 3.84.0" } } }