Update index.html.markdown

pull/4582/head
Mitchell Hashimoto 10 years ago
parent 7dcf0de741
commit 0702bf4f3f

@ -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

Loading…
Cancel
Save