highbond_system_user (Resource)

Example Usage

resource "highbond_system_user" "main" {
  first_name    = "firstname"
  last_name     = "lastname"
  force_updates = true // Create only with force update changes
}

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.

Read-Only

  • email (String) Email of system user, generated by server on creation, cannot be updated
  • id (String) The ID of this resource.
  • user_type (String) The type of user it is