46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
// comment
|
||
# comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
resource_1 "strlit1" "strlit2" {
|
||
attr1 = "val1"
|
||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 = { foo = "baz" }
|
||
null1 = null
|
||
bool1 = true
|
||
bool2 = false
|
||
splat1 = tuple.*.foo.bar[0]
|
||
splat2 = tuple[*].foo.bar[0]
|
||
for1ool1 = true
|
||
bool2 = false
|
||
splat1 = tuple.*.foo.bar[0]
|
||
splat2 = tuple[*].fool2 = false
|
||
splat1 = tuple.*.foo.bar[0]
|
||
splat2 = tuple[*].foo.bar[0]
|
||
for1ool1 = true
|
||
bool2 = false
|
||
splat1 = tuple.*.foo.bar[0]
|
||
splat2 = tuple[*].foo.bar[0]
|
||
- |