Skip to content

Releases: vatesfr/terraform-provider-xenorchestra

v0.7.1

15 Oct 21:34
cc6ba08
Compare
Choose a tag to compare
  • Fixed a bug that would cause inconsistent terraform plans in certain situations (#77)

v0.7.0

15 Oct 16:55
da92770
Compare
Choose a tag to compare
  • Updated the cloud_config attribute on the vm resource to be optional (#13)

v0.6.1

15 Oct 22:02
89f7129
Compare
Choose a tag to compare
  • Fixed a bug that would cause inconsistent terraform plans in certain situations (#77)

v0.6.0

15 Oct 15:48
d4d9316
Compare
Choose a tag to compare
  • Pif, Template and storage repository data source panics when there are multiple matches (#66)
  • Unify the pattern of retrieving XoObjects from the XO api (#52)
  • Resolve PV driver issues with the terraform acceptance test VM template (#57)
  • Test suite improvements to make it easy to run the tests against any XO deployment

0.5.1

07 Oct 04:42
2410dfc
Compare
Choose a tag to compare

Update syntax errors in the documentation.

v0.5.0

04 Oct 04:55
3e73db3
Compare
Choose a tag to compare
  • Add resource set data source
  • Add resource set resource
  • Add support for resource sets in the vm resource

v0.4.2

29 Sep 06:46
7838056
Compare
Choose a tag to compare

Add network data source support

v0.4.1

21 Sep 21:34
b199dab
Compare
Choose a tag to compare
Add mac address support fully tested (#65)

* Cherry-pick mac address change from njk464's branch

* Set attribute to optional and computed

* updated variables to use snake case. Added ValidateFunc. Made mac_address schema optional and computed.

(cherry picked from commit a3de539d12b25ee0a5ea0820b2b5ee81b12c76f6)

* Updated documentation to include mac_address

(cherry picked from commit c859a9bf06b1bad6aa2d65893b437003662a2a33)

* Remove duplicate property in struct

Co-authored-by: Nick Kantor <[email protected]>

v0.4.0

31 Aug 05:18
Compare
Choose a tag to compare

Add support for creating, removing and updating network interfaces on the VM resource.

v0.3.7

18 Aug 07:59
Compare
Choose a tag to compare

Build the provider with goreleaser and upload to the terraform registry