Skip to content

Commit e9db18e

Browse files
committed
Adds reference to task module version
1 parent 7b029f7 commit e9db18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resource "aws_ecs_service" "main" {
121121
}
122122

123123
module "task" {
124-
source = "git::https://github.com/egarbi/terraform-aws-task-definition"
124+
source = "git::https://github.com/egarbi/terraform-aws-task-definition?ref=1.0.0"
125125
name = "${var.name}-${var.environment}"
126126
task_role = "${aws_iam_role.main.arn}"
127127
container_definitions = "${var.container_definitions}"

0 commit comments

Comments
 (0)