You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`skip_recreate` (Boolean) If true, the resource will not be recreated when the token is not found (used or expired). This is useful for initial user setup where the token is sent via another provider.
102
+
-`skip_recreate` (Boolean) If true (default), the resource will not be recreated when the token is not found (used or expired). This is useful for initial user setup where the token is sent via another provider. Note: Setting this to false will enable standard Terraform behavior, where the resource is recreated if the token is missing.
-`disabled` (Boolean) Whether the user account is disabled. Defaults to false. Note: Due to API limitations, this field cannot be set during user creation. To create a disabled user, first create the user and then update it to set disabled to true.
101
-
-`display_name` (String) The display name of the user. If not provided, it is automatically set to first_name + last_name.
100
+
-`display_name` (String) The display name of the user. Computed from first and last name if not set.
102
101
-`first_name` (String) The first name of the user.
103
102
-`groups` (Set of String) List of group IDs the user belongs to.
104
103
-`is_admin` (Boolean) Whether the user has administrator privileges. Defaults to false.
0 commit comments