From 53e27200c7a6b44385991c02f8942c85b0ef9ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:48:04 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.37.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 9218603..c1eecbe 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.36.0" + version = "~> 5.37.0" } azurerm = { diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index 9218603..c1eecbe 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.36.0" + version = "~> 5.37.0" } azurerm = {