terraform-provider-xenorchestra

command module
v0.40.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 3 Imported by: 0

README

Terraform Provider for Xen Orchestra

This is a terraform provider for Xen Orchestra.

Docs

The terraform provider is documented on the terraform registry page

General documentation about providers in terraform can be found at the terraform documentation.

Install

If using terraform 0.13, terraform is able to install the provider automatically for you. See this for more details.

If using terraform 0.12 or lower download a suitable binary from the releases and copy it to ~/.terraform.d/plugins/terraform-provider-xenorchestra_vX.Y.Z where X.Y.Z is the version.

Debugging and Logs

The provider supports detailed logging for troubleshooting and debugging purposes.

Enable Provider Logs

To enable debug logging, set the TF_LOG_PROVIDER environment variable:

export TF_LOG_PROVIDER=DEBUG
terraform plan
Terraform Log Levels

You can control the level of provider logging with the TF_LOG_PROVIDER environment variable:

export TF_LOG_PROVIDER=DEBUG
terraform apply

Valid TF_LOG_PROVIDER levels are: TRACE, DEBUG, INFO, WARN, ERROR.

Log to File

To save logs to a file for analysis:

export TF_LOG_PROVIDER=DEBUG
export TF_LOG_PATH=./terraform.log
terraform apply

Note: Only enable debug logging when troubleshooting, as it can significantly increase log verbosity and may impact performance.

Support

You can discuss any issues you have or feature requests in Discord.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
client module
xoa

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL