alphagov / govuk-infrastructure

Terraform turnup automation for the EKS Kubernetes clusters that host GOV.UK. See https://github.com/alphagov/govuk-helm-charts for application config.
MIT License
138 stars 24 forks source link

Fix default GCP labels to conform with restrictions #1391

Closed samsimpson1 closed 1 month ago

samsimpson1 commented 1 month ago

Turns out labels in GCP are much more restrictive than tags in AWS. Upper-case letters, dots, spaces and @ symbols are not allowed, so our default labels need to be changed to accomodate for these restrictions.

https://cloud.google.com/resource-manager/docs/labels-overview#requirements

1127