Change jsonencode() to disable escaping of <, >, and & · Issue #26110 · hashicorp/terraform

Terraform Version 0.13.2 Terraform Configuration Files > jsonencode({aa=">aaaa"}) {"aa":"\u003eaaaa"} Expected Behavior the final result should have been {"aa":">aaaa"}