vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
151 stars 32 forks source link

Add `xenorchestra_network` resource #249

Closed ddelnano closed 1 year ago

ddelnano commented 1 year ago

This PR adds support for a xenorchestra_network resource (https://github.com/terra-farm/terraform-provider-xenorchestra/issues/119). This resource is capable of creating non bonded and non private (XO SDN) networks. Bonded networks will be tackled in an upcoming change and should be implemented within this same resource.

Todo