From 38277cb84f8419f0914e9a849cce1fde8ae4a031 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 02:53:02 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/utils/aws to v0.4.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2c5158ae..30ad724f 100644 --- a/main.tf +++ b/main.tf @@ -32,5 +32,5 @@ locals { module "utils" { source = "cloudposse/utils/aws" - version = "0.3.0" + version = "0.4.0" }