terraform/website/docs/configuration/expressions
Martin Atkins 776b33db32 website: Recommend against making JSON/YAML with heredocs
This is a repeated cause of confusion and questions in the community
forum, because both JSON and YAML valid syntax are hard to generate using
just string concatenation. Terraform has built-in functions for both of
these common serializations to avoid those problems, and so this will
hopefully make these better alternatives more discoverable.
2020-12-07 15:39:37 -08:00
..
conditionals.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
dynamic-blocks.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
for.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
function-calls.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
index.html.md website: link to expressions tutorial where applicable 2020-12-01 13:12:12 -08:00
operators.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
references.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
splat.html.md website: Elaborate the "expressions" sub-pages in the language section 2020-12-07 15:39:37 -08:00
strings.html.md website: Recommend against making JSON/YAML with heredocs 2020-12-07 15:39:37 -08:00
types.html.md website: Break up Expressions page into smaller chunks 2020-11-17 16:30:51 -08:00