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

Pump Packet Provider Version #85

Closed c0dyhi11 closed 4 years ago

c0dyhi11 commented 4 years ago

I have fully tested and validated that the packet provider for 2.10.1 is working and we should bump up to this version.

paemason commented 4 years ago

Should we change it so that it's at least 2.10.1?

I believe the syntax would be: packet >= "2.10.1"

paemason commented 4 years ago

actually it might be `packet = "~> 2.10.1"