Skip to main content
Version: 2.8.1

highbond_govmap_role (Resource)

Schema

Required

nameString The Name of Role

Optional

descriptionString The description of role
force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.
requirementsString The requirements of role

Read-Only

appointments_idsList of String The appointment Id associated with Roles

Example Usage

resource "highbond_govmap_role" "main" {
name = "Sample Role - 1"
description = "Sample description"
requirements = "Sample requirements - 1"
}