Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orange-cloudavenue/module-template


https://github.com/orange-cloudavenue/module-template

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Terraform / CloudAvenue

## Purpose

This repository is used to manage a on cloudavenue using terraform.

## Usage

- Setup the [cloudavenue provider](https://registry.terraform.io/providers/orange-cloudavenue/cloudavenue/latest/docs#url) in your tf file.
- Include this module in your tf file. Refer to [documentation](https://www.terraform.io/docs/modules/sources.html#generic-git-repository).

```hcl
module "my_service" {
source = "cloudavenue-terraform-modules//cloudavenue"
version = "0.0.1"

# insert required variables here
}
```

## Authors

Module is maintained with help from [the community](https://github.com/orange-cloudavenue/module-template/graphs/contributors).