Skip to content

mborho/terraform-provider-ipfs

Repository files navigation

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 [email protected]: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

About

Terraform provider for IPFS (InterPlanetary File System)

Resources

License

Stars

Watchers

Forks

Packages

No packages published