vatesfr / terraform-provider-xenorchestra

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

Add `xenorchestra_bonded_network` resource #253

Closed ddelnano closed 1 year ago

ddelnano commented 1 year ago

This adds the bonded form of the existing xenorchestra_network resource and completes #253. I initially tried to implement this as a single resource that could handle both the bonded and non bonded options, but ran into complications in the implementation. It would have been possible, but this ended up being much cleaner with this approach.

Testing