Skip to content

Commit

Permalink
mittwald_app.description is actually required
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Sep 11, 2024
1 parent c27f11f commit 266b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource/appresource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (r *Resource) Schema(_ context.Context, _ resource.SchemaRequest, resp *res
},
"description": schema.StringAttribute{
MarkdownDescription: "The description of the app",
Optional: true,
Optional: false,
},
"document_root": schema.StringAttribute{
MarkdownDescription: "The document root of the app",
Expand Down

0 comments on commit 266b545

Please sign in to comment.