0
0
llucycodes42
In the code above, Chef indicates that the named resource is a node. A node is a centrally managed resource that helps manage configuration for software resources. In this case, the named resource is a node for an example-environment.
Shortcut: tf_chef_node
resource "chef_node" "${MyResource}" {
name = "example-environment"
}