Code Monkey home page Code Monkey logo

terraform-provider-storj's Introduction

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.

terraform-provider-storj's People

Contributors

mjpitz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

f21

terraform-provider-storj's Issues

Add resource to create s3 credentials

It would be nice if the provider can also create s3 credentials. This would be really useful for setting up infrastructure that interacts with storj via the s3 protocol.

Is it possible to use Storj as Terraform backend? Any examples?

Hi,
Tried basic examples and I got it working.
Now I'm interested to test out option to store Terraform state files in those Storj buckets.
How this stanza should look like?

  backend "s3" {
    endpoint = "https://gateway.storjshare.io"
    bucket   = "terraform-test-bucket"
    key      = "bien3i66rc4rstrtjgh7qyejf89az"
    region   = "eu1"
    # skip_credentials_validation = true
    # skip_region_validation      = true
    # skip_metadata_api_check     = true
    # force_path_style            = true
  }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.