Skip to content

Commit

Permalink
Bump terraform-aws-ecs-codepipeline version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored May 14, 2019
1 parent 4ff7d15 commit a91489e
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 @@ -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}"
Expand Down

0 comments on commit a91489e

Please sign in to comment.