terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Use map type for labels in modules/hub
TL;DR
All other resource types and TF modules I've run across for GCP use a map type when defining labels. Instead, the 'hub' submodule appears to require a comma separated string for labels. Instead, we should use Terraform to combine/concat the labels map in to the proper format that the script needs when it runs. This will reduce complexity and bugs when using inherited variables files.
Terraform Resources
No response
Detailed design
No response
Additional information
No response
This seems reasonable, though not a high priority. We would be happy to review a PR.