Merge pull request #7415 from virtualbeck/patch-1
add a dash to make syntactically correct
This commit is contained in:
commit
7bad956dc3
|
@ -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