note that output of jsonencode is minified

This commit is contained in:
Brent Woodruff 2021-07-02 15:36:47 -04:00
parent dfc12a6a9e
commit 3a66236c14
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ Unicode escape sequences: replacing `<`, `>`, `&`, `U+2028`, and `U+2029` with
`\u003c`, `\u003e`, `\u0026`, `\u2028`, and `\u2029`. This is to preserve
compatibility with Terraform 0.11 behavior.
The output of `jsonencode` is a minified representation of the input.
## Examples
```