vatesfr / terraform-provider-xenorchestra

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

memory_max attribute on xenorchestra_vm is not persisted to terraform's state #103

Closed ddelnano closed 3 years ago

ddelnano commented 3 years ago

There was an issue early on in the project that caused me to prevent adding the memory_max attribute to the xenorchestra_vm's state. As a result the following code was commented out.

We should get to the bottom of the error and fix this so that it does not create any confusion when importing VM's into Terraform (since currently it causes Terraform to think that the attribute has no value after an import).

ddelnano commented 3 years ago

This was fixed in v0.11.2 of the provider.