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
-`avatar_url` (String) The URL of the group's avatar.
57
57
-`display_name` (String) The display name of the group. Defaults to the group name.
58
-
-`members` (Set of String) Members of the group, by ID. If null, members will not be added or removed by Terraform. To have a group resource with unmanaged members, but be able to read the members in Terraform, use `data.coderd_group`
58
+
-`members` (Set of String) Members of the group, by ID. If `null`, members will not be added or removed by Terraform. To have a group resource with unmanaged members, but be able to read the members in Terraform, use `data.coderd_group`
59
59
-`organization_id` (String) The organization ID that the group belongs to. Defaults to the provider default organization ID.
60
60
-`quota_allowance` (Number) The number of quota credits to allocate to each user in the group.
-`login_type` (String) Type of login for the user. Valid types are 'none', 'password', 'github', and 'oidc'.
59
+
-`login_type` (String) Type of login for the user. Valid types are `none`, `password`, `github`, and `oidc`.
60
60
-`name` (String) Display name of the user. Defaults to username.
61
-
-`password` (String, Sensitive) Password for the user. Required when login_type is 'password'. Passwords are saved into the state as plain text and should only be used for testing purposes.
62
-
-`roles` (Set of String) Roles assigned to the user. Valid roles are 'owner', 'template-admin', 'user-admin', and 'auditor'.
61
+
-`password` (String, Sensitive) Password for the user. Required when `login_type` is `password`. Passwords are saved into the state as plain text and should only be used for testing purposes.
62
+
-`roles` (Set of String) Roles assigned to the user. Valid roles are `owner`, `template-admin`, `user-admin`, and `auditor`.
63
63
-`suspended` (Boolean) Whether the user is suspended.
MarkdownDescription: "Members of the group, by ID. If null, members will not be added or removed by Terraform. To have a group resource with unmanaged members, but be able to read the members in Terraform, use `data.coderd_group`",
118
+
MarkdownDescription: "Members of the group, by ID. If `null`, members will not be added or removed by Terraform. To have a group resource with unmanaged members, but be able to read the members in Terraform, use `data.coderd_group`",
MarkdownDescription: "Password for the user. Required when login_type is 'password'. Passwords are saved into the state as plain text and should only be used for testing purposes.",
116
+
MarkdownDescription: "Password for the user. Required when `login_type` is `password`. Passwords are saved into the state as plain text and should only be used for testing purposes.",
0 commit comments