14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
|
|
==================
|
||
|
|
quoted template expression
|
||
|
|
==================
|
||
|
|
|
||
|
|
foo = "${ var.bar }"
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
(config_file
|
||
|
|
(body
|
||
|
|
(attribute
|
||
|
|
(identifier)
|
||
|
|
(expression (expr_term (template_expr (quoted_template (template_interpolation))))))))
|