vatesfr / terraform-provider-xenorchestra

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

Add support for terraformer #138

Closed ddelnano closed 3 years ago

ddelnano commented 3 years ago

This PR implements basic support for GoogleCloudPlatform/terraformer - #96

It migrates the github.com/ddelnano/terraform-provider-xenorchestra/client package into its own go module so that terraformer can install it without including the terraform-plugin-sdk (which causes runtime crashes like this when imported multiple times).

In addition to that it will support the acl and resource_set resources with terraformer to start

Testing