Skip to content

Commit 15f12eb

Browse files
authored
Update terraform-external-module-artifact version (#18)
* Update `terraform-external-module-artifact` version * Update `terraform-external-module-artifact` version * Update `terraform-external-module-artifact` version
1 parent 8f17047 commit 15f12eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ data "aws_iam_policy_document" "default" {
7676
#--------------------------------------------------------------
7777
module "label" {
7878
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
79+
enabled = var.enabled
7980
namespace = var.namespace
8081
name = var.name
8182
stage = var.stage
@@ -85,7 +86,8 @@ module "label" {
8586
}
8687

8788
module "artifact" {
88-
source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.2.0"
89+
source = "git::https://github.com/cloudposse/terraform-external-module-artifact.git?ref=tags/0.3.0"
90+
enabled = var.enabled
8991
filename = "lambda.zip"
9092
module_name = "terraform-aws-lambda-elasticsearch-cleanup"
9193
module_path = path.module

0 commit comments

Comments
 (0)