Merge pull request #29088 from brenthc/minify_jsonencode

note that output of jsonencode is minified
revert-29088-minify_jsonencode
Laura Pacilio 5 years ago committed by GitHub
commit dffb8b4a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
`jsonencode` outputs a minified representation of the input.
## Examples
```

Loading…
Cancel
Save