We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b029f7 + e9db18e commit 796d6d9Copy full SHA for 796d6d9
main.tf
@@ -121,7 +121,7 @@ resource "aws_ecs_service" "main" {
121
}
122
123
module "task" {
124
- source = "git::https://github.com/egarbi/terraform-aws-task-definition"
+ source = "git::https://github.com/egarbi/terraform-aws-task-definition?ref=1.0.0"
125
name = "${var.name}-${var.environment}"
126
task_role = "${aws_iam_role.main.arn}"
127
container_definitions = "${var.container_definitions}"
0 commit comments