This is the Cloud Avenue provider for Terraform. It allows you to manage Cloud Avenue resources.
Useful links:
- Terraform 1.x.x
- Go 1.22.x (to build the provider plugin)
- Cloud Avenue Platform
To quickly get started with the Cloud Avenue Provider, you can use the following example:
terraform {
required_providers {
cloudavenue = {
source = "orange-cloudavenue/cloudavenue"
version = "0.1.0"
}
}
}
provider "cloudavenue" {
org = "my-org"
user = "my-user"
password = "my-password"
}
This provider is open source and contributions are welcome.
If you want to contribute to this provider, please read the contributing guidelines.
You may also report issues or feature requests on the GitHub issue tracker.
You can consult a listing of resources and datasources.