Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 349 Bytes

File metadata and controls

18 lines (13 loc) · 349 Bytes

UserGroup Resource

Groups associate users with authorization rules and SOLIDserver resources.

Example Usage

Creating a Group:

resource "solidserver_usergroup" "t_group_01" {
  name = "group01"
  description = "descr01"
}

Argument Reference

  • name - (Required) The name of the group.
  • description - description of the group.