equinix / terraform-equinix-metal-anthos-on-vsphere

[Deprecated] Automated Anthos Installation via Terraform for Equinix Metal with vSphere
https://registry.terraform.io/modules/equinix/anthos-on-vsphere/metal/latest
Apache License 2.0
62 stars 41 forks source link

GCP generated keys should take a name parameter #128

Closed displague closed 2 weeks ago

displague commented 3 years ago

The GCP key generating script https://github.com/equinix/terraform-metal-anthos-on-vsphere/blob/main/anthos/create_service_accounts.sh creates keys with a fixed name. This prevents other users sharing that project from generating keys themselves.

The keys must then be shared among team members.

We can provide a better experience by taking an optional name prefix/suffix.

Similar to https://github.com/equinix/terraform-metal-anthos-on-baremetal/issues/72