terraform-provider-skeleton

command module
v0.0.0-...-4faa9ec Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2017 License: BSD-3-Clause Imports: 2 Imported by: 0

README

terraform-provider-skeleton

Overview

Terraform is a tool for automating infrastructure. Terraform includes the ability to provision resources at creation time through a plugin api. It's template for creating custom terraform provider.

Installation

go get github.com/pyToshka/terraform-provider-skeleton

terraform-provider-skeleton ships as a single binary and is compatible with terraform's plugin interface. Behind the scenes, terraform plugins use https://github.com/hashicorp/go-plugin and communicate with the parent terraform process via RPC.

Once installed, a ~/.terraformrc file is used to enable the plugin.

providers {
    skeleton = "/usr/local/bin/terraform-provider-skeleton"
}

Usage

Once installed, you can configure resources by including an skeleton provider block.

provider "skeleton" {

}
resource "skeleton" "my-resource" {
    key="value"
}

Some options

option- description

Travis build status

Build Status

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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