mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 05:31:46 +02: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