fix: Return correct status for mng (#2524)

This commit is contained in:
Apoorva Kulkarni
2023-03-17 06:49:08 -07:00
committed by GitHub
parent c7565e265e
commit e257dafe94

View File

@@ -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" {