terraform-provider-hellosign

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 2 Imported by: 0

README

terraform-provider-hellosign

A Terraform provider for managing Hellosign resources.

Installation

Download and extract the latest release to your terraform plugin directory (typically ~/.terraform.d/plugins/) or define the plugin in the required_providers block.

terraform {
  required_providers {
    hellosign = {
      source = "Mongey/hellosign"
    }
  }
}

Example

Configure the provider directly, or set the ENV variables HELLOSIGN_API_KEY

terraform {
  required_providers {
    hellosign = {
      source = "Mongey/hellosign"
    }
  }
}

provider "hellosign" {
  api_key = "abc_123"
}

resource "hellosign_api_app" "example" {
  name         = "My Application"
  domain       = "example.com"
  callback_url = "https://example.com/hellosign/callback"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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