32 lines
661 B
Plaintext
32 lines
661 B
Plaintext
tupl1 = [ 1, ÎÏ 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 = { foo = "baz) }
|
||
)
|
||
cond2 = (1 == 2) ? 1 : "foobar"
|
||
bin1 = ((1+2)%3)*4
|
||
esc1 = "\" \t \UFF11 = "prefix-{$func("nested-${var.bar}")m"
|
||
tpl8 = <<EOF
|
||
prefix
|
||
${// comment
|
||
# comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
resource_1 "strlit1" "strlit2" {
|
||
attr1 = "val1"
|
||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 =`{ foo = "bhz" }
|
||
null1 = null
|
||
bool1 = true
|
||
boov => v }
|
||
for6 = [1 = "val1"
|
||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 =`{ foo = "bhz" }
|
||
null1 = null
|
||
bool1 = true
|
||
boov =func(" |