Skip to content

Commit

Permalink
Added an output for the task_arn (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: dmattia <[email protected]>
  • Loading branch information
dmattia and dmattia authored Aug 9, 2020
1 parent ae5b955 commit 9215731
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ output "role_arn" {
output "policy_arns" {
value = local.policy_arns
description = "Amazon resource names of all policies set on the IAM Role execution task"
}

output "task_arn" {
value = aws_ecs_task_definition.task.arn
description = "Task family and revision for the latest deployed Task Definition"
}

0 comments on commit 9215731

Please sign in to comment.