Skip to content

Commit 796d6d9

Browse files
authored
Merge pull request #1 from egarbi/lock_dependant_module
Adds reference to task module version
2 parents 7b029f7 + e9db18e commit 796d6d9

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)