Example not displayed correctly with heredoc
A terraform example that contains a heredoc is cut-off in the UI
module "test" {
variable = <<EOF
test
EOF
}
A terraform example that contains a heredoc is cut-off in the UI
module "test" {
variable = <<EOF
test
EOF
}