orange-cloudavenue / terraform-provider-cloudavenue

Terraform Cloud Avenue provider
https://registry.terraform.io/providers/orange-cloudavenue/cloudavenue
Mozilla Public License 2.0
14 stars 3 forks source link
terraform terraform-provider
Terraform Latest release Last commit License Stars Issues

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.