terraform-provider-fireblocks

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2022 License: MIT Imports: 2 Imported by: 0

README

Terraform Provider Fireblocks

GoDoc Go Report Card Release Codecov License Build Status

Fireblocks Terraform Provider is a plugin for managing resources on Fireblocks using Terraform.


Documentation

Getting Started

Requirements
Installation

This provider is available on Terraform Registry.

To use it this provider, copy and paste the following code into your Terraform configuration.

terraform {
  required_providers {
    fireblocks = {
      source = "liquid-collective/fireblocks"
    }
  }
}

provider "fireblocks" {
  api_key = "<api-key>"
  rsa_private_key = "<api-key>"
}

Then, run

$ terraform init

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
fireblocks/client/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
src

Jump to

Keyboard shortcuts

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