vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 33 forks source link

Add delete timeout (default of 5 mins) and ensure that the create timeout is configurable by the timeouts block #135

Closed ddelnano closed 3 years ago

ddelnano commented 3 years ago

This addresses #134.

Todo

This change only needed to pass the create timeout through to the client code because that is the only piece that polls the Vm and takes action if it doesn't transition into the desired state.