storj / terraform-provider-storj

A Terraform provider for the Storj ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 generated by tfplugindocs.

About

A Terraform provider for the Storj ecosystem.

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 3.4%