From 6093937b44e3841dbb70eecf51f0ea17c2d8031f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:49:07 +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" }