terraform-provider-xenserver icon indicating copy to clipboard operation
terraform-provider-xenserver copied to clipboard

XenServer provider for Terraform

Results 22 terraform-provider-xenserver issues
Sort by recently updated
recently updated
newest added

Network datasource would make it easier to be referenced in VM network_interfaces.

This is my first time seeing Go, so if this is a feature already present, I apologize. From what I saw, it looks like the provider is harcoded to call...

Steps: 1) terraform apply 2) terraform taint xenserver_vm.xxx-vm 3) terraform apply I get the following error: ``` Error: Error applying plan: 1 error(s) occurred: * xenserver_vdi.xxx_data_vdi: 1 error(s) occurred: *...

I am new to terraform and xen server so forgive me if this is a noob question. I would like to use terraform and xen server to create a new...

I am brand new to xen server, terraform and go but eventually got it working. Here are my notes for getting this working with ubuntu 16.04, xen server 7.3 and...

Hi there, So I'm trying this out but I'm experiencing a strange problem: Everything's installed correctly, and a terraform plan show what should be created as expected, however when I...

This PR solves #13 Example is here: https://github.com/mborodin/terraform-provider-xenserver/blob/de52ec6f2adb8ad48cef555d0d6c48e24cef2d9e/examples/datasource_vm_guest_metrics/main.tf

Is it possible to get the ip of a new vm?

Hi, First off, I've decided to learn golang after seeing what you did for terraform-provider-xenserver. But I'm a few weeks off before i can do something useful in this arena....

enhancement