mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
website: fix heredoc syntax in chef.html.markdown (#19739)
remove - from EOF
This commit is contained in:
parent
373f94fe89
commit
ac0bdb7f21
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ resource "aws_instance" "web" {
|
|||
# ...
|
||||
|
||||
provisioner "chef" {
|
||||
attributes_json = <<-EOF
|
||||
attributes_json = <<EOF
|
||||
{
|
||||
"key": "value",
|
||||
"app": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue