From e5c27b469af2877294cb33aafc668d7042267a5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:43:10 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.51.0 --- testdata/with_detections/main.tf | 2 +- testdata/without_detections/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/with_detections/main.tf b/testdata/with_detections/main.tf index fe73b26..b36467f 100644 --- a/testdata/with_detections/main.tf +++ b/testdata/with_detections/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.41.0" + version = "~> 5.51.0" } azurerm = { diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index fe73b26..b36467f 100644 --- a/testdata/without_detections/main.tf +++ b/testdata/without_detections/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.41.0" + version = "~> 5.51.0" } azurerm = {