website: "for" expression examples to use canonical formatting

The "terraform fmt" command produces a different canonical form than we
were showing in our examples here. Our examples should always reflect the
conventions applied by "terraform fmt" to avoid confusion.

(This particular decision is a pragmatic one because the formatter design
needs to use the same rules for the colon in the ? : conditional operator
as for the colon in "for" expressions.)
This commit is contained in:
Martin Atkins 2019-03-08 18:07:47 -08:00
parent 0a9959cbe4
commit 36bb9b462c
1 changed files with 8 additions and 8 deletions