This idea was imported from Canny. Originally created by: Eric Lake. The current owner is: Alice Sowerby.
It would be great if the terraform provider would allow for the plan type to be a list of flavors of servers instead of just a string. Much the same way that facility is today. https://registry.terraform.io/providers/packethost/packet/latest/docs/resources/device is what I am referring to here.
This comment was imported from Canny. Originally created by: Enkel Prifti with 0 likes.
Marques Johansson It would be good to have this at the API level as well, not just Terraform.
This comment was imported from Canny. Originally created by: Marques Johansson with 0 likes.
This is now possible using the equinix_metal_plans datasource. You can find more details (and some Terraform limitations to be aware of) on the Terraform Registry page: https://registry.terraform.io/providers/equinix/equinix/latest/docs/data-sources/equinix_metal_plans
This comment was imported from Canny. Originally created by: Enkel Prifti with 0 likes.
Agreed on this request, ideally it should be handled at the API level. When you pass a plan type, it should be similar to how we handle facilities. "plan": ["c3.medium.x86", "c2.medium.x86", "any"]