Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CleverCloud/terraform-provider-clevercloud
Terraform Clever Cloud provider
https://github.com/CleverCloud/terraform-provider-clevercloud
clevercloud terraform terraform-provider
Last synced: 2 months ago
JSON representation
Terraform Clever Cloud provider
- Host: GitHub
- URL: https://github.com/CleverCloud/terraform-provider-clevercloud
- Owner: CleverCloud
- Created: 2020-12-14T07:46:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:34:34.000Z (3 months ago)
- Last Synced: 2024-11-05T09:28:16.508Z (3 months ago)
- Topics: clevercloud, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 370 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-clever-cloud - Terraform provider (WIP)
README
# Terraform Clever Cloud Provider
The Clever Cloud Provider allows Terraform to manage Clever Cloud resources.
## Build provider
Run the following command to build the provider
```shell
$ go build -o terraform-provider-clevercloud
```## Test sample configuration
First, build and install the provider.
```shell
$ make install
```Then, navigate to the `examples` directory.
```shell
$ cd examples
```Run the following command to initialize the workspace and apply the sample configuration.
```shell
$ terraform init && terraform apply
```