api.opscode.com should be api.chef.io (#6960)

The old name still works, but it's better to use the new one.
This commit is contained in:
Julian C. Dunn 2016-06-01 04:35:09 -04:00 committed by Paul Stack
parent a9bfe7a84a
commit dd0ec5258b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ 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.chef.io/organizations/example/"
// You can set up a "Client" within the Chef Server management console.
client_name = "terraform"