mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-17 14:29:39 +02:00
Adding worker_iam_role_arn to module outputs
This commit is contained in:
@@ -53,3 +53,8 @@ output "worker_iam_role_name" {
|
||||
description = "IAM role name attached to EKS workers"
|
||||
value = "${aws_iam_role.workers.name}"
|
||||
}
|
||||
|
||||
output "worker_iam_role_arn" {
|
||||
description = "IAM role ID attached to EKS workers"
|
||||
value = "${aws_iam_role.workers.arn}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user