Merge pull request #7415 from virtualbeck/patch-1

add a dash to make syntactically correct
This commit is contained in:
Paul Hinze 2016-06-29 10:46:46 -05:00 committed by GitHub
commit 7bad956dc3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ available on the target machine.
resource "aws_instance" "web" { resource "aws_instance" "web" {
... ...
provisioner "chef" { provisioner "chef" {
attributes_json = <<EOF attributes_json = <<-EOF
{ {
"key": "value", "key": "value",
"app": { "app": {