terraform-provider-xenserver
terraform-provider-xenserver copied to clipboard
XenServer provider for Terraform
- [ ] Ensure that provider is installable via the registry with terraform 0.13 - [ ] Ensure documentation is available on https://registry.terraform.io/providers/terra-farm/xenserver/latest - [ ] Remove and replace references...
Hello there, ### **I can't able to launch a VM with 1vcpus** **4vcpus need to launch a VM** 1) i will be having a template in my xenserver, 2) i'm...
Hello all, Using this [basic usage](https://terra-farm.github.io/provider-xenserver/#_example_usage) i can able to launch a VM, but by using terraform xenserver provider, Is there possible to set a static ip to a new...
**Hello There,** I'm trying to learn Terraform, i have a Citrix XenServer hypervisor installed on server that I want to use with. I just installed terraform and xenserver provider, also...
Hashicorp revealed a separate Terraform Plugin SDK and the company promotes for provider developers to migrate their code to use it. Source: https://www.terraform.io/docs/extend/plugin-sdk.html
Hi @ringods and @mborodin thank you for working on this gem. My TF is failing (minimized example version) to actually start VM, just template is created. No error in after...
Satisfies issue #37. Makes the disk copy a full copy instead of fast copy if copy_type = "full" is specified, and storage_repository = "" are specified in the .tf file....
fixes: #41
Changes in network_interface in resource_vm (eg: MAC address) is not reflected in XEN but returns as success. So, every successive "terraform plan" detects change even after apply.
addresses issue #39 and adds the datasource named "xenserver_network" just like "xenserver_sr".