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

anthos/create_service_accounts.sh does not respect "key_name" variables #124

Closed displague closed 3 years ago

displague commented 3 years ago

The anthos/create_service_accounts.sh script has hardcoded names of the expected key files.

variables.tf has variables representing the filenames for these key files.

The script should use the filenames defined as variables.

displague commented 3 years ago

Alternatively, we could benefit from replacing this process with GCP provider usage: https://github.com/equinix/terraform-metal-anthos-on-baremetal/issues/14

displague commented 3 years ago

This issue is invalid, create_service_accounts.sh is expected to be run manually before using Terraform.