From 9438165e8f402feecb73e0c91968097e12be9d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:29:51 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.86.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 e6a8245..4da3803 100644 --- a/testdata/config/terraform/with_detections/main.tf +++ b/testdata/config/terraform/with_detections/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.84.0" + version = "~> 5.86.0" } azurerm = { diff --git a/testdata/config/terraform/without_detections/main.tf b/testdata/config/terraform/without_detections/main.tf index e6a8245..4da3803 100644 --- a/testdata/config/terraform/without_detections/main.tf +++ b/testdata/config/terraform/without_detections/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.84.0" + version = "~> 5.86.0" } azurerm = {