0
0
llucycodes42
This code creates a resource called example-environment which stores the information required to run the Chef role. The name attribute defines the name of the resource.
Shortcut: tf_chef_role
resource "chef_role" "${MyResource}" {
name = "example-environment"
}