nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
95 stars 111 forks source link

Look-up VM by name, not just by UUID #565

Open rolffujino opened 1 year ago

rolffujino commented 1 year ago

Provide a similar function to VMware's data source for looking up templates/VMs by their name: https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs/data-sources/virtual_machine

If you are using packer or other tools to regularly recreate your templates to keep them updated etc, it becomes a headache to chase down the UUID of the latest VM/template, that has consistently had the same name.

This significantly simplifies pipelines, etc.