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
Right now if we want to label or add additional oauth scopes to node pool we need to do this by specifying maps additional_node_pool_oauth_scopes and node_pools_labels with map key referencing node pool name:
This type of referencing can be confusing and prone to typos leading to hard debugging. We should consider changing module to allow labels and oauth scopes to be specified inside node_pools variable like this:
Right now if we want to label or add additional oauth scopes to node pool we need to do this by specifying maps
additional_node_pool_oauth_scopes
andnode_pools_labels
with mapkey
referencing node poolname
:This type of referencing can be confusing and prone to typos leading to hard debugging. We should consider changing module to allow labels and oauth scopes to be specified inside
node_pools
variable like this:The text was updated successfully, but these errors were encountered: