From 16195f0932cd7f59c9c22f2679ebcd2edb5e8e6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:26:26 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/utils/aws to v1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2c92654d..d46cfb46 100644 --- a/main.tf +++ b/main.tf @@ -32,5 +32,5 @@ locals { module "utils" { source = "cloudposse/utils/aws" - version = "0.8.1" + version = "1.4.0" }