Skip to content

Commit

Permalink
Temporary use branch with tf_ecs_task_definition
Browse files Browse the repository at this point in the history
Meanwhile [1] is not merge, point to that branch to allow review and
test this PR. Revert once [1] is merged.

[1] mergermarket/tf_ecs_task_definition#3
  • Loading branch information
keymon committed May 25, 2017
1 parent c80ae18 commit 650461c
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
@@ -1,5 +1,5 @@
module "task_definition" {
source = "github.com/mergermarket/tf_ecs_task_definition"
source = "github.com/mergermarket/tf_ecs_task_definition?ref=PLAT-71_add_volume_2"
family = "${var.family}"
container_definitions = "${var.container_definitions}"
task_role_arn = "${aws_iam_role.task_role.arn}"
Expand Down

0 comments on commit 650461c

Please sign in to comment.