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:
parent
a9bfe7a84a
commit
dd0ec5258b
|
@ -19,7 +19,7 @@ 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.chef.io/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"
|
||||||
|
|
Loading…
Reference in New Issue