From 63d3d37d5aacba11982c5471d0ea1e0ef3eae05d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:04:55 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.79.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 4e1d256..c628f16 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.78.0" + version = "~> 5.79.0" } azurerm = { diff --git a/testdata/config/terraform/without_detections/main.tf b/testdata/config/terraform/without_detections/main.tf index 4e1d256..c628f16 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.78.0" + version = "~> 5.79.0" } azurerm = {