From f5486a727d49a5b05ed7bdc3b5758b21d567d59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 04:20:43 +0000 Subject: [PATCH] chore(deps): update terraform aws to v5 --- integration-test/localstack.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/localstack.tf b/integration-test/localstack.tf index 29c223e..7e2eaf4 100644 --- a/integration-test/localstack.tf +++ b/integration-test/localstack.tf @@ -1,6 +1,6 @@ terraform { required_providers { - aws = "=3.1.0" + aws = "5.86.1" } } @@ -10,7 +10,7 @@ provider "aws" { secret_key = "fake" skip_requesting_account_id = true skip_credentials_validation = true - version = "~> 3.0" + version = "~> 5.0" endpoints { sqs = "http://localhost:4566"