From 49e694c8dd176356b04f08a743f9e8d217b5f36d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 05:51:21 +0000 Subject: [PATCH] Update Terraform aws to v5 --- aws_example/aws-config.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_example/aws-config.tf b/aws_example/aws-config.tf index 12ebd97..0833a34 100644 --- a/aws_example/aws-config.tf +++ b/aws_example/aws-config.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.38.0" + version = "~> 5.38.0" } } }