command
module
Version:
v0.0.1-alpha.1
Opens a new window with list of versions in this module.
Published: Aug 18, 2015
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.