-
I can't seem to find a way to extract/output the ip address from created VM's.
I am trying something like this...
```
resource "xenorchestra_vm" "xoa_vm" {
count = var.number_of_vms
…
-
I have been playing around with the terraform provider for xenorchestra and wanted to use cloud-init to setup my vm's.
I found that the example given in the documentation does not work:
```
res…
-
I've been having a discussion in Discord with a user that is trying to create a `xenorchestra_vm` resource using one of the out of the box VM templates as the template attribute. The following code re…
-
I am trying to transition my stack to terraform and I am currently importing existing VMs into the terraform state. Some of the VMs using the template `Other Install Media` which results that the used…
-
Launching VMs using terraform sometimes ends up with multiple of the same VM role on the same host, sometimes it would be nice to pin the VMs to specific hosts.
What do you think about exposing the…
-
Would be great to be able to specify tags for created vm's (and other objects that support tags)
### Desired behaviour
- The provider should ensure that tags specified on the resource exist in XO…
-
Hello,
First of all thank you for this great plugin !
I’m currently testing it and I have notice that the Mac Address format is important, where you should use colon `:` instead of dash `-`.
I…
-
This was previously discussed in #49. At the time, I wasn't sure there were workable solutions, however, I had an idea on how to implement this.
If a VM has XCP-ng / Xenserver guest tools, Terrafor…
-
This is related to #39 but I decided to create a new issue specifically focused on adding iso support
-
I've installed xo through your bash script and managed to to into the xo dashboard with the admin@admin.net credential ... then I realized there's also ssh port running but trying the same credential …