Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
make id computed in user resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiggi33 committed Jul 24, 2024
1 parent 0176aa9 commit 28ec06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/user_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (r *userResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
resp.Schema = schema.Schema{
Attributes: map[string]schema.Attribute{
"id": schema.Int64Attribute{
Required: true,
Computed: true,
},
"username": schema.StringAttribute{
Required: true,
Expand Down

0 comments on commit 28ec06c

Please sign in to comment.