dnaeon/gru

Create Shell resource

dnaeon opened this issue · 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.