dnaeon opened this issue 9 years ago · 1 comments
Implement a resource for executing shell commands.
Example resource declaration:
resource "shell" { name = "echoes foo" command = "echo foo" }
Shell resource has been implemented.