Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/storj/terraform-provider-storj
- Owner: storj
- License: mit
- Created: 2022-08-08T17:15:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T09:43:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T17:04:09.063Z (4 months ago)
- Topics: storj, terraform-plugin
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-storj - Terraform provider - Terraform provider for Storj (Clients with Storj support and integrations)
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).