add a dash to make syntactically correct
This commit is contained in:
parent
68010599b1
commit
30c2274a20
|
@ -25,7 +25,7 @@ available on the target machine.
|
|||
resource "aws_instance" "web" {
|
||||
...
|
||||
provisioner "chef" {
|
||||
attributes_json = <<EOF
|
||||
attributes_json = <<-EOF
|
||||
{
|
||||
"key": "value",
|
||||
"app": {
|
||||
|
|
Loading…
Reference in New Issue