From d37ba6f90652e927a6dfd543198147937a8c3442 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 09:57:38 +0000 Subject: [PATCH] Update Terraform cloudposse/module-artifact/external to v0.7.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 26d2ef9..1a54ea4 100644 --- a/main.tf +++ b/main.tf @@ -98,7 +98,7 @@ module "label" { module "artifact" { source = "cloudposse/module-artifact/external" - version = "0.6.1" + version = "0.7.0" enabled = module.this.enabled filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup"