Skip to content

Commit f9ff4c5

Browse files
committed
Added resulting iam role arn and eks node group name to outputs.
1 parent bb4b504 commit f9ff4c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

outputs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ output "node_groups" {
170170
value = [
171171
for worker in aws_eks_node_group.workers:
172172
{
173+
iam_role_arn = worker.node_role_arn,
174+
name = worker.node_group_name,
173175
arn = worker["arn"],
174176
id = worker["arn"],
175177
status = worker["status"],

0 commit comments

Comments
 (0)