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

Management network should not be defined in private_subnets #126

Closed displague closed 2 weeks ago

displague commented 3 years ago

https://github.com/equinix/terraform-metal-anthos-on-vsphere/blob/main/variables.tf#L38-L71 includes a Management network which is a special network that the vSphere module provisions.

The vSphere module advises not to create this network:

https://github.com/equinix/terraform-metal-vsphere/blob/main/variables.tf#L38-L69