From 2bd1b86ae448890e88fa9c75b8122d636945611c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:01:41 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 4.10.0 --- testdata/config/terraform/with_detections/main.tf | 2 +- testdata/config/terraform/without_detections/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/config/terraform/with_detections/main.tf b/testdata/config/terraform/with_detections/main.tf index 1d85601..4b7d1ba 100644 --- a/testdata/config/terraform/with_detections/main.tf +++ b/testdata/config/terraform/with_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.1.0" + version = "~> 4.10.0" } } } diff --git a/testdata/config/terraform/without_detections/main.tf b/testdata/config/terraform/without_detections/main.tf index 1d85601..4b7d1ba 100644 --- a/testdata/config/terraform/without_detections/main.tf +++ b/testdata/config/terraform/without_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.1.0" + version = "~> 4.10.0" } } }