From 20d82f841eb077bd827895ce19e3f647336b1ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:31:32 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.81.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 3f8692c..11f3bed 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.80.0" + version = "~> 5.81.0" } azurerm = { diff --git a/testdata/config/terraform/without_detections/main.tf b/testdata/config/terraform/without_detections/main.tf index 3f8692c..11f3bed 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.80.0" + version = "~> 5.81.0" } azurerm = {