terraform-provisioner-salt-hook

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2020 License: MIT Imports: 5 Imported by: 0

README

terraform-provisioner-salt-hook

Experimental Terraform provisioner that triggers a hook request on SaltStack rest_cherrypy NetAPI module.

terraform-provisioner-salt-hook requires Go version 1.13 or greater.

Usage

resource "null_resource" "test" {
    provisioner "salt-hook" {
        address = "https://salt-master:8000"
        username = "test"
        password = "test"
        backend = "pam"
        id = "test"
        hebele = {
            sample_key = "sample_data"
        }
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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