hcl: Added basic hcl frontend
This commit is contained in:
committed by
ChrisMcKenzie
parent
a8bbb22fe8
commit
bc1a1d1818
4
examples/graph1.hcl
Normal file
4
examples/graph1.hcl
Normal file
@@ -0,0 +1,4 @@
|
||||
resource "exec" "exec1" {
|
||||
cmd = "cat /tmp/mgmt-hello-world"
|
||||
state = "present"
|
||||
}
|
||||
Reference in New Issue
Block a user