fix: remove unused 'created' attribute from databases and update user roles description

This commit is contained in:
Andre_Harms 2026-02-11 15:42:43 +01:00
parent 119356d8cb
commit be5c3b5430
3 changed files with 27 additions and 87 deletions

View file

@ -66,8 +66,8 @@ func UserResourceSchema(ctx context.Context) schema.Schema {
"roles": schema.ListAttribute{
ElementType: types.StringType,
Required: true,
Description: "A list containing the user roles for the instance.",
MarkdownDescription: "A list containing the user roles for the instance.",
Description: "A list containing the user roles for the instance. A list with the valid user roles can be retrieved using the List Roles endpoint.",
MarkdownDescription: "A list containing the user roles for the instance. A list with the valid user roles can be retrieved using the List Roles endpoint.",
},
"status": schema.StringAttribute{
Computed: true,