terraform-provider-simplescript

command module
v0.0.1-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2015 License: MIT Imports: 11 Imported by: 0

README

terraform-provider-simplescript

Terraform plugin for providing values via script.

Here's an example terraform:

resource "simplescript_run" "test" {
    command = "echo '{"test": "123"}'"
}

output "cmd-output" {
    value = "${simplescript_run.test.text_output}"
}

output "cmd-json" {
    value = "${simplescript_run.test.json_output.test}"
}

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