highbond_system_user (Resource)
Schema
Required
first_name | String | The first name of the user |
last_name | String | The last name of the user |
Optional
force_updates | Boolean | Allows overriding top-level 'create_only' option. |
id | String | The ID of this resource. |
Read-Only
String | Email of system user, generated by server on creation, cannot be updated | |
user_type | String | The type of user it is |
Example Usage
resource "highbond_system_user" "main" {
first_name = "firstname"
last_name = "lastname"
force_updates = true // Create only with force update changes
}