hcl: Added basic hcl frontend

This commit is contained in:
ChrisMcKenzie
2017-06-09 08:47:51 -07:00
committed by ChrisMcKenzie
parent a8bbb22fe8
commit bc1a1d1818
5 changed files with 530 additions and 0 deletions

4
examples/graph1.hcl Normal file
View File

@@ -0,0 +1,4 @@
resource "exec" "exec1" {
cmd = "cat /tmp/mgmt-hello-world"
state = "present"
}