From acf40a7a93649cde7c09bd6f40da4fca43c70ddf Mon Sep 17 00:00:00 2001 From: aknysh Date: Mon, 4 May 2020 20:20:26 -0400 Subject: [PATCH 1/3] Update `terraform-external-module-artifact` version --- main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ac65f5c..d3f5001 100644 --- a/main.tf +++ b/main.tf @@ -76,6 +76,7 @@ data "aws_iam_policy_document" "default" { #-------------------------------------------------------------- module "label" { source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0" + enabled = var.enabled namespace = var.namespace name = var.name stage = var.stage @@ -85,7 +86,8 @@ module "label" { } module "artifact" { - source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.2.0" + #source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.3.0" + source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=add-enabled" filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup" module_path = path.module From bf53585f541ce4d11d3fe62b0e324564eb5d5173 Mon Sep 17 00:00:00 2001 From: aknysh Date: Mon, 4 May 2020 20:59:26 -0400 Subject: [PATCH 2/3] Update `terraform-external-module-artifact` version --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index d3f5001..18ed335 100644 --- a/main.tf +++ b/main.tf @@ -88,6 +88,7 @@ module "label" { module "artifact" { #source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.3.0" source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=add-enabled" + enabled = var.enabled filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup" module_path = path.module From 20a30f70863857d6541b5ae054dbecd3cd1226c4 Mon Sep 17 00:00:00 2001 From: aknysh Date: Mon, 4 May 2020 22:44:59 -0400 Subject: [PATCH 3/3] Update `terraform-external-module-artifact` version --- main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 18ed335..2e132cc 100644 --- a/main.tf +++ b/main.tf @@ -86,8 +86,7 @@ module "label" { } module "artifact" { - #source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.3.0" - source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=add-enabled" + source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.3.0" enabled = var.enabled filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup"