Skip to main content
The Clumio provider manages Clumio resources through the REST API. Companion modules provision the AWS or Google Cloud resources that Clumio needs to protect an account or project.
These examples match the public provider documentation for version 0.24.0. They have not been applied against a Clumio tenant as part of this proof of concept.

Install

Configure

The provider reads its token and API base URL from environment variables:
You can also set clumio_api_token and clumio_api_base_url in the provider block. Use the base URL listed for the control plane that issued the token. See Authentication.

Connect an AWS account

Create the Clumio connection, then pass its outputs to the AWS bootstrap module:

Define and assign S3 protection

The provider models the protection group, policy and assignment as separate resources:
Run terraform plan and review the proposed resources before applying them.

Bootstrap modules

Provider guide

Clumio’s current getting-started guide and complete examples.

Provider source

Source code, issues and release notes.