Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orange-cloudavenue/module-template
https://github.com/orange-cloudavenue/module-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orange-cloudavenue/module-template
- Owner: orange-cloudavenue
- Created: 2023-11-08T14:24:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T01:31:10.000Z (about 1 year ago)
- Last Synced: 2024-04-26T00:15:29.567Z (9 months ago)
- Language: Makefile
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
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).