Skip to content

Commit 2df1d82

Browse files
Merge pull request segmentio#118 from nathanielks/task-module-output-revision
Output ECS Task Definition revision from task module
2 parents 87ab112 + a72256e commit 2df1d82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

task/main.tf

+5
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ output "name" {
113113
output "arn" {
114114
value = "${aws_ecs_task_definition.main.arn}"
115115
}
116+
117+
// The revision number of the task definition
118+
output "revision" {
119+
value = "${aws_ecs_task_definition.main.revision}"
120+
}

0 commit comments

Comments
 (0)