Skip to content

Commit

Permalink
Update codepipeline version
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed May 29, 2019
1 parent 6769be3 commit 39f748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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=ref=tags/0.9.0"
source = "git::https://github.com/cloudposse/terraform-aws-ecs-codepipeline.git?ref=tags/0.9.0"
name = "${var.name}"
namespace = "${var.namespace}"
stage = "${var.stage}"
Expand Down

0 comments on commit 39f748d

Please sign in to comment.