Skip to content

orange-cloudavenue/terraform-provider-cloudavenue

Repository files navigation

Cloud Avenue Provider for Terraform

This is the Cloud Avenue provider for Terraform. It allows you to manage Cloud Avenue resources.

Useful links:

Requirements

Using the Cloud Avenue Provider

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"
}

Contributing

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.