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

provide working config examples #116

Closed dfong closed 2 weeks ago

dfong commented 3 years ago

there could be a directory of concrete configurations that are known to work. these would be helpful for users, and could be used in automated tests. it would also help to have separate files for private vars vs non-private vars, as suggested in issue 115. if this is done, then only the non-private side would be shared, of course.

displague commented 3 years ago

In a terraform module, these examples should be provided in examples/name-of-example/main.tf

It would be interesting to use one of these examples for testing, rather than using the git pull for testing. Doing so will ensure that the root module behavior is functional.

This is something to consider after #125.