dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Add support for managing the domain title property #1041

Open rgl opened 8 months ago

rgl commented 8 months ago

Please add support for managing the domain title property.

Example libvirt domain xml title property set to xxx:

<domain type="kvm">
  <name>example1-300594f</name>
  <uuid>7e9e1fe8-5c8b-4a87-8504-98b91079c7e4</uuid>
  <title>xxx</title>
  <description>managed by /home/vagrant/Projects/pulumi-typescript-libvirt-debian</description>
...

The libvirt domain xml documents the property as:

The optional element title provides space for a short description of the domain. The title should not contain any newlines. Since 0.9.10 .

Sathylias commented 5 months ago

I second that, I think it's very handy when you have a lot of servers and the naming convention established sometimes just doesn't cut it.