Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 677 Bytes

File metadata and controls

36 lines (25 loc) · 677 Bytes
page_title subcategory description
solidserver_usergroup Resource - SOLIDserver
User resource allows to associate users with groups managing SOLIDserver permissions.

solidserver_usergroup (Resource)

User resource allows to associate users with groups managing SOLIDserver permissions.

Example Usage

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

Schema

Required

  • name (String) The name of the group

Optional

  • description (String) The description of the group

Read-Only

  • id (String) The ID of this resource.