mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Add IAM role output
This commit is contained in:
@@ -48,3 +48,8 @@ output "worker_security_group_id" {
|
||||
description = "Security group ID attached to the EKS workers."
|
||||
value = "${local.worker_security_group_id}"
|
||||
}
|
||||
|
||||
output "worker_iam_role_name" {
|
||||
description = "IAM role name attached to EKS workers"
|
||||
value = "${aws_iam_role.workers.name}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user