From 7a29d41cc4dbbc8323585c12dd1acd93415ffcc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:04:33 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.82.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 11f3bed..0f03981 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.81.0" + version = "~> 5.82.0" } azurerm = { diff --git a/testdata/config/terraform/without_detections/main.tf b/testdata/config/terraform/without_detections/main.tf index 11f3bed..0f03981 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.81.0" + version = "~> 5.82.0" } azurerm = {