terraform-provider-middesk

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-middesk

A Terraform provider for managing Middesk 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 {
    middesk = {
      source = "Mongey/middesk"
    }
  }
}

Example

Configure the provider directly, or set the ENV variables MIDDESK_API_KEY

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

provider "middesk" {
  api_key = "abc_123"
}

resource "middesk_webhook" "example" {
  name   = "My Application"
  url    = "https://example.com/middesk/callback"
  secret = "hunter2"
}

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