Merge pull request #29449 from hashicorp/laura-fix-jsonencode-note

Update jsonencode minified note
This commit is contained in:
Laura Pacilio 2021-08-23 15:33:55 -04:00 committed by GitHub
commit 3018289bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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