Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify cluster template to allow setting network tags on default-pool
This adds the following tags to the default pool: * the cluster_network_tag (gke-${var.name}) * the pool-specific network tag (gke-${var.name}-default-pool) * user-specified tags from var.node_pools_tags["all"]\ * user-specified tags from var.node_pools_tags["default-pool"]
- Loading branch information