Update index.html.markdown

This commit is contained in:
Mitchell Hashimoto 2016-01-08 12:12:22 -08:00
parent 7dcf0de741
commit 0702bf4f3f
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ Use the navigation to the left to read about the available resources.
```
# Configure the Chef provider
provider "chef" {
"server_url" = "https://api.opscode.com/organizations/example/"
server_url = "https://api.opscode.com/organizations/example/"
// You can set up a "Client" within the Chef Server management console.
"client_name" = "terraform"
"private_key_pem" = "${file(\"chef-terraform.pem\")}"
client_name = "terraform"
private_key_pem = "${file(\"chef-terraform.pem\")}"
}
# Create a Chef Environment