highbond_govmap_role (Resource)
Schema
Required
name | String | The Name of Role |
Optional
description | String | The description of role |
force_updates | Boolean | Allows overriding top-level 'create_only' option. |
id | String | The ID of this resource. |
requirements | String | The requirements of role |
Read-Only
appointments_ids | List 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"
}