Skip to main content
Version: Latest Version (2.9.1)

highbond_role_assignment (Resource)

Schema

Required

role_idString The Id of the role

Optional

force_updatesBoolean Allows overriding top-level 'create_only' option.
group_idsSet of String List of group Id for the role
idString The ID of this resource.
user_idsSet of String List of UID for the role

Example Usage

resource "highbond_role_assignment" "main" {
role_id = highbond_role.main.id
user_ids = ["rPRyawL242pUu4qxmBzd"]
group_ids = ["46306"]
force_updates = true // Create only with force update changes
}