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
Currently it's not possible to set node_pools = [], becaues the module tries to perform lookups based on node_pools[0], but if the list is empty, that value doesn't exist.
This is relevant for clusters that should only be provisioned by node auto-provisioning
Expected behavior
It should be possible to create a cluster without any nodepools by setting node_pools = [].
Observed behavior
There are errors because in cluster.tf there are lookups performed based on var.node_pools[0]