foreman_usergroup

Usergroups can be used to organize permissions and ownership of the hosts.

Example Usage

# Autogenerated example with required keys
data "foreman_usergroup" "example" {
  name = "my_usergroup"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the usergroup.

Attributes Reference

The following attributes are exported:

  • admin - Is an admin user group.
  • name - The name of the usergroup.