add a dash to make syntactically correct

This commit is contained in:
Mike Beck 2016-06-29 09:27:48 -05:00 committed by GitHub
parent 68010599b1
commit 30c2274a20
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": {