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

Lists

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
```