From b6e8bd14d97d645ee55e665b153b78d0c56e8e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:21:52 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.87.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 c9be07b..ed7d966 100644 --- a/testdata/with_detections/main.tf +++ b/testdata/with_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.86.0" + version = "~> 3.87.0" } } } diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index c9be07b..ed7d966 100644 --- a/testdata/without_detections/main.tf +++ b/testdata/without_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.86.0" + version = "~> 3.87.0" } } }