github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/xen.md (about)

     1  ### Use with [Xen Orchestra](https://xen-orchestra.com/)
     2  
     3  This provider uses the [terraform-provider-xenorchestra](https://github.com/ddelnano/terraform-provider-xenorchestra). The terraformer provider was built by [Dom Del Nano](https://github.com/ddelnano) on behalf of [Vates SAS](https://vates.fr/) who is sponsoring Dom to work on the project.
     4  
     5  Example:
     6  
     7  ```
     8  ## Warning! You should not expose your xenorchestra creds through your bash history. Export them to your shell in a safe way when doing this for real!
     9  
    10  XOA_URL=ws://your-xenorchestra-domain XOA_USER=username XOA_PASSWORD=password terraformer import xenorchestra -r=acl
    11  ```
    12  
    13  List of supported xenorchestra resources:
    14  
    15  * `xenorchestra_acl`
    16  * `xenorchestra_resource_set`