From a91489e32d3734e0fbbf8fb8c505c38eadebe560 Mon Sep 17 00:00:00 2001 From: Andriy Knysh Date: Tue, 14 May 2019 09:36:13 -0400 Subject: [PATCH] Bump `terraform-aws-ecs-codepipeline` version (#31) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 50731cf5..4ea21fef 100644 --- a/main.tf +++ b/main.tf @@ -96,7 +96,7 @@ module "ecs_alb_service_task" { module "ecs_codepipeline" { enabled = "${var.codepipeline_enabled}" - source = "git::https://github.com/cloudposse/terraform-aws-ecs-codepipeline.git?ref=tags/0.6.1" + source = "git::https://github.com/cloudposse/terraform-aws-ecs-codepipeline.git?ref=tags/0.7.0" name = "${var.name}" namespace = "${var.namespace}" stage = "${var.stage}"