Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storj/terraform-provider-storj

A Terraform provider for the Storj ecosystem.
https://github.com/storj/terraform-provider-storj

storj terraform-plugin

Last synced: 3 months ago
JSON representation

A Terraform provider for the Storj ecosystem.

Awesome Lists containing this project

README

        

# terraform-provider-storj

A rudimentary version of a Terraform provider for Storj.

**Features**

- Resources
- `storj_bucket` - Create a new bucket in Storj.
- `storj_object` - Upload an object to a Storj bucket.
- `storj_access_grant` - Derive a new access grant with the specified permissions.

- Data Sources
- `storj_bucket` - Look up an existing bucket in Storj.
- `storj_object` - Download an object from Storj.
- `storj_objects` - List keys under a Storj bucket.

Terraform [docs](docs) generated by [tfplugindocs](https://github.com/hashicorp/terraform-plugin-docs).