mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: fix heredoc syntax in chef.html.markdown (#19739)
remove - from EOF
This commit is contained in:
parent
373f94fe89
commit
ac0bdb7f21
@ -28,7 +28,7 @@ resource "aws_instance" "web" {
|
|||||||
# ...
|
# ...
|
||||||
|
|
||||||
provisioner "chef" {
|
provisioner "chef" {
|
||||||
attributes_json = <<-EOF
|
attributes_json = <<EOF
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"app": {
|
"app": {
|
||||||
|
Loading…
Reference in New Issue
Block a user