FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

chef_role

A role is a set of standard configuration that can apply across multiple nodes that perform the same function.

Example Usage

resource "chef_role" "example" {
    name = "example-role"
    run_list = ["recipe[example]"]
}

Argument Reference

The following arguments are supported:

Attributes Reference

This resource exports no further attributes.


See the source of this document at Terraform.io