From 0702bf4f3f82fc32cb882fbb7e55a6fc98e21a2f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 8 Jan 2016 12:12:22 -0800 Subject: [PATCH] Update index.html.markdown --- website/source/docs/providers/chef/index.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/chef/index.html.markdown b/website/source/docs/providers/chef/index.html.markdown index 91bcf9982..57b9e7d38 100644 --- a/website/source/docs/providers/chef/index.html.markdown +++ b/website/source/docs/providers/chef/index.html.markdown @@ -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