Update index.html.markdown

This commit is contained in:
Mitchell Hashimoto 2016-01-08 12:12:22 -08:00
parent 7dcf0de741
commit 0702bf4f3f

View File

@ -19,11 +19,11 @@ Use the navigation to the left to read about the available resources.
``` ```
# Configure the Chef provider # Configure the Chef provider
provider "chef" { 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. // You can set up a "Client" within the Chef Server management console.
"client_name" = "terraform" client_name = "terraform"
"private_key_pem" = "${file(\"chef-terraform.pem\")}" private_key_pem = "${file(\"chef-terraform.pem\")}"
} }
# Create a Chef Environment # Create a Chef Environment