Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

canhanhan/terraform-provisioner-salt-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
        data = {
            sample_key = "sample_data"
        }
    }
}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages