Skip to content

Commit

Permalink
outputs: add workers node group names
Browse files Browse the repository at this point in the history
Signed-off-by: darox <[email protected]>
  • Loading branch information
darox committed Oct 23, 2024
1 parent 71916d4 commit 9598a98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ output "workers_iam_role_arns" {
])
}

output "self_managed_node_groups" {
value = module.main.self_managed_node_groups
}

output "ssh_key_name" {
value = aws_key_pair.ssh_access.key_name
}
Expand Down

0 comments on commit 9598a98

Please sign in to comment.