================================================================================ simple quoted template expression ================================================================================ foo = "${ var.bar }" -------------------------------------------------------------------------------- (config_file (body (attribute (identifier) (expression (template_expr (quoted_template (template_interpolation (expression (variable_expr (identifier)) (get_attr (identifier)))))))))) ================================================================================ empty template interpolation ================================================================================ foo = "${}" -------------------------------------------------------------------------------- (config_file (body (attribute (identifier) (expression (template_expr (quoted_template (template_interpolation))))))) ================================================================================ empty heredoc template ================================================================================ foo = <