terraform-provider-ipfs

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2022 License: MPL-2.0 Imports: 20 Imported by: 0

README

terraform-provider-ipfs

release

Released on registry.terraform.io/providers/mborho/ipfs.

This provider supports Terraform 0.13.x and later. (0.12.x if building manually.

It expects a running IPFS node on the local machine.

IPFS pinning service API is implemented, though no vendor support at the moment.

Building the provider

Requirements: Terraform 0.12+

$ git clone git@github.com:mborho/terraform-provider-ipfs.git
$ cd terraform-provider-ipfs
$ go install

If terraform init can't find the provider, copy the installed binary for your system in one of these 3 places:

  1. in the standard user plugin-dir for terraform:
    • Linux/Mac: ~/.terraform.d/plugins
    • Windows: %APPDATA%\terraform.d\plugins
  2. in your local terraform project folder under the directory .terraform/plugins/
  3. in /usr/local/bin/ or somewhere else in your $PATH.

See terraform.io/docs/configuration/providers.html#third-party-plugins for more infos.

Documentation

See registry.terraform.io/providers/mborho/ipfs/latest/docs for documentation and provider setup.

Resources:
Guides

License

Mozilla Public License 2.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL