provisioner/chef: small fix in the docs

This commit is contained in:
Sander van Harmelen 2015-05-18 16:21:31 +02:00
parent 75f000e0cc
commit 0e87980c72
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"]
} }
} }
} }