Skip to content

Commit

Permalink
add ecs_task_execution_iam_role_name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckate authored and ToROxI committed Feb 15, 2019
1 parent 7fbb54d commit abdcb7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ output "ecs_service_iam_role_name" {

output "ecs_task_execution_iam_role_arn" {
value = "${aws_iam_role.ecs-task-execution.arn}"
description = "Arn of IAM role that attached to ECS task execution"
}

output "ecs_task_execution_iam_role_name" {
value = "${aws_iam_role.ecs-task-execution.name}"
description = "Name of IAM role that attached to ECS task execution"
}

Expand Down

0 comments on commit abdcb7e

Please sign in to comment.