Skip to content

Commit ccd1259

Browse files
authored
output ARN of task role (#86)
1 parent 9201cd6 commit ccd1259

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aws/fargate-bastion/README.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/fargate-bastion/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ while : ; do
2727
done
2828
EOT
2929
}
30+
31+
output "task_role_arn" {
32+
description = "The ARN of ECS task role"
33+
value = module.ecs_bastion_task_role.role_arn
34+
}

0 commit comments

Comments
 (0)