From ad9d270e728915ad026df223697091639da075bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:20:38 +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..0bcde1a 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.78.0" } } }