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
refactor: remove unnecessary lookup for safer_cluster nodepool ID
Resolve tflint error on an unecessary `lookup()` call in safer_cluster
node pool IDs.
`each.key` should function properly here, since the name is the key for
each of the maps in the map of maps, though `each.value.name` should
work as well.
0 commit comments