From 5e7b2eb1795b3fe49910281b52b1129bad10450c Mon Sep 17 00:00:00 2001 From: luiscosta303 <49620290+luiscosta303@users.noreply.github.com> Date: Fri, 4 Apr 2025 13:53:22 +0100 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 059e758..30cd7dc 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 5.1" } } backend "s3" {