You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
When looking up the node_group status the node group ARN is returned instead.
If your request is for a new feature, please use the
Feature request
template.Versions
19.10
Terraform v1.3.9
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
A string return with node group status i.e., ACTIVE
Actual behavior
The node group ARN is returned.
Terminal Output Screenshot(s)
Additional context
The error is caused by the module output pointing to the wrong parameter in
modules/eks_managed_node_group/modules/eks-managed-node-group/outputs.tf#L38-L39
Should instead be;
The text was updated successfully, but these errors were encountered: