website: fix heredoc syntax in chef.html.markdown (#19739)

remove - from EOF
This commit is contained in:
Alvaro Miranda Aguilera 2019-03-21 00:52:01 +01:00 committed by Nick Fagerlund
parent 373f94fe89
commit ac0bdb7f21

View File

@ -28,7 +28,7 @@ resource "aws_instance" "web" {
# ...
provisioner "chef" {
attributes_json = <<-EOF
attributes_json = <<EOF
{
"key": "value",
"app": {