From 5eea1c3002239d060b8da75e37c57ee5d3b5eb2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:08:08 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.56.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 b1953f7..e9db5aa 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.51.0" + version = "~> 5.56.0" } azurerm = { diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index b1953f7..e9db5aa 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.51.0" + version = "~> 5.56.0" } azurerm = {