FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

chef_environment

An environment is a container for Chef nodes that share a set of attribute values and may have a set of version constraints for which cookbook versions may be used on its nodes.

Example Usage

resource "chef_environment" "example" {
    name = "example-environment"
}

Argument Reference

The following arguments are supported:

Attributes Reference

This resource exports no further attributes.


See the source of this document at Terraform.io