highbond_govmap_organization_unit_type (Resource)
Schema
Required
name | String | The Name of GroupType |
Optional
force_updates | Boolean | Allows overriding top-level 'create_only' option. |
id | String | The ID of this resource. |
Example Usage
resource "highbond_govmap_organization_unit_type" "main" {
name = "Sample Group"
}