mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-11 22:41:43 +01:00
fix: Return correct status for mng (#2524)
This commit is contained in:
@@ -48,7 +48,7 @@ output "node_group_autoscaling_group_names" {
|
||||
|
||||
output "node_group_status" {
|
||||
description = "Status of the EKS Node Group"
|
||||
value = try(aws_eks_node_group.this[0].arn, null)
|
||||
value = try(aws_eks_node_group.this[0].status, null)
|
||||
}
|
||||
|
||||
output "node_group_labels" {
|
||||
|
||||
Reference in New Issue
Block a user