mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update index.html.markdown
This commit is contained in:
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…
Reference in New Issue
Block a user