mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2003 from svanharmelen/f-update-docs
provisioner/chef: small fix in the docs
This commit is contained in:
commit
aa4aca65d0
@ -29,7 +29,7 @@ resource "aws_instance" "web" {
|
||||
"key" = "value"
|
||||
"app" {
|
||||
"cluster1" {
|
||||
"nodes" = ["webserver1", webserver2]
|
||||
"nodes" = ["webserver1", "webserver2"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user