Skip to content

Commit bd66d39

Browse files
committed
wip
1 parent 40fa859 commit bd66d39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/user_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func (r *UserResource) Schema(ctx context.Context, req resource.SchemaRequest, r
8888
},
8989
"roles": schema.SetAttribute{
9090
MarkdownDescription: "Roles assigned to the user. Valid roles are `owner`, `template-admin`, `user-admin`, and `auditor`. If `null`, roles will not be managed by Terraform. This attribute must be null if the user is an OIDC user and role sync is configured",
91-
Computed: true,
9291
Optional: true,
9392
ElementType: types.StringType,
9493
Validators: []validator.Set{

0 commit comments

Comments
 (0)