Skip to content

Commit 4f0be6a

Browse files
authored
Merge pull request #2 from TechHoldingLLC/output_add
outputs addition
2 parents e0cc9d6 + b902051 commit 4f0be6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

outputs.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ output "arn" {
1010
value = aws_ecs_task_definition.task.arn
1111
}
1212

13+
output "arn_without_revision" {
14+
value = aws_ecs_task_definition.task.arn_without_revision
15+
}
16+
17+
output "revision" {
18+
value = aws_ecs_task_definition.task.revision
19+
}
20+
1321
output "environment_variables" {
1422
value = local.environment_variables
1523
}

0 commit comments

Comments
 (0)