Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orange-cloudavenue/terraform-provider-cloudavenue

Terraform Cloud Avenue provider
https://github.com/orange-cloudavenue/terraform-provider-cloudavenue

terraform terraform-provider

Last synced: 5 days ago
JSON representation

Terraform Cloud Avenue provider

Awesome Lists containing this project

README

        



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:

* [Cloud Avenue Provider documentation](https://registry.terraform.io/providers/orange-cloudavenue/cloudavenue/latest/docs)
* [Terraform Documentation](https://www.terraform.io/docs/language/index.html)

## Requirements

* [Terraform](https://www.terraform.io/downloads.html) 1.x.x
* [Go](https://golang.org/doc/install) 1.22.x (to build the provider plugin)
* [Cloud Avenue Platform](https://cloud.orange-business.com/offres/infrastructure-iaas/cloud-avenue/)

## Using the Cloud Avenue Provider

To quickly get started with the Cloud Avenue Provider, you can use the following example:

```hcl
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](CONTRIBUTING.md).

You may also report issues or feature requests on the [GitHub issue tracker](https://github.com/orange-cloudavenue/terraform-provider-cloudavenue/issues/new/choose).

You can consult a [listing of resources and datasources](cmd/listing/resource-ca.md).