7
Accept ANY or list of eligible server types for a deploy request
Eric Lake
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.
Log In
Activity
E
Enkel Prifti
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"]