From 993ae6df994c3b69e24265558a71d0061db55e01 Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe <72755+smaboshe@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:20:29 +0200 Subject: [PATCH] Update Terraform AWS Provider from v4 to v5 --- secret-rotation-function/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret-rotation-function/versions.tf b/secret-rotation-function/versions.tf index a187c84..b5a316a 100644 --- a/secret-rotation-function/versions.tf +++ b/secret-rotation-function/versions.tf @@ -8,7 +8,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = "~> 5.0" } } }