foreman_environment¶
A puppet environment, branch.
Example Usage¶
# Autogenerated example with required keys
resource "foreman_environment" "example" {
name = "production"
}
Argument Reference¶
The following arguments are supported:
name
- (Required) Name of the environment. Usually maps to the name of a puppet branch.
Attributes Reference¶
The following attributes are exported:
name
- Name of the environment. Usually maps to the name of a puppet branch.