Files
mgmt/examples/graph1.hcl
2017-06-09 10:31:34 -07:00

5 lines
85 B
HCL

resource "exec" "exec1" {
cmd = "cat /tmp/mgmt-hello-world"
state = "present"
}