0
0
llucycodes42
This code defines a Chef provider. The server_url setting specifies the url where Chef should be installed. The client_name setting specifies the name of the client application that use the Chef provider.
Shortcut: tf_chef
provider "chef" {
server_url = "${url}"
client_name = "samplechef"
}