Merge pull request #2003 from svanharmelen/f-update-docs

provisioner/chef: small fix in the docs
This commit is contained in:
Sander van Harmelen 2015-05-18 16:29:21 +02:00
commit aa4aca65d0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ resource "aws_instance" "web" {
"key" = "value" "key" = "value"
"app" { "app" {
"cluster1" { "cluster1" {
"nodes" = ["webserver1", webserver2] "nodes" = ["webserver1", "webserver2"]
} }
} }
} }