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
When creating several self-managed node groups, but NOT the default node group, the output self_managed_node_groups_autoscaling_group_names contains an empty value.
This issue prevents from using output.self_managed_node_groups_autoscaling_group_names for creating other resources based on autoscaling names. Sometimes the generated list can be filtered out but this not always works, for instance if needed to use it in a count or for_each parameter as Terraform cannot determine the content during the plan.
The text was updated successfully, but these errors were encountered:
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 creating several self-managed node groups, but NOT the default node group, the output self_managed_node_groups_autoscaling_group_names contains an empty value.
Versions
Module version :
18.26.6
Terraform version:
Terraform v1.2.6
Provider version(s):
Reproduction Code [Required]
Use self-managed group example, but disable the creation of the default node group:
Steps to reproduce the behavior:
Expected behavior
output.self_managed_node_groups_autoscaling_group_names should only contain valid values
Actual behavior
output.self_managed_node_groups_autoscaling_group_names includes an empty value.
Additional context
This issue prevents from using output.self_managed_node_groups_autoscaling_group_names for creating other resources based on autoscaling names. Sometimes the generated list can be filtered out but this not always works, for instance if needed to use it in a count or for_each parameter as Terraform cannot determine the content during the plan.
The text was updated successfully, but these errors were encountered: