From 9342dd19b8604a05b044e3623239d8a4072faecd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 01:06:25 +0000 Subject: [PATCH] Update Terraform cloudposse/module-artifact/external to v0.6.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2c512ae..8433a7d 100644 --- a/main.tf +++ b/main.tf @@ -98,7 +98,7 @@ module "label" { module "artifact" { source = "cloudposse/module-artifact/external" - version = "0.5.0" + version = "0.6.1" enabled = module.this.enabled filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup"