Skip to content

Commit 9f222c4

Browse files
shaswot77clarkd
andcommitted
pr comments
Co-Authored-By: Dave Clarke <3793131+clarkd@users.noreply.github.com>
1 parent fa2f1e2 commit 9f222c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/provider/resource_dashboard_ordering.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (r *DashboardOrderingResource) Metadata(_ context.Context, req resource.Met
4141

4242
func (r *DashboardOrderingResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) {
4343
resp.Schema = schema.Schema{
44-
MarkdownDescription: "Manage the order of dashboards in a workspace. It also allows you to create dashboard folders.",
44+
MarkdownDescription: "Specify the order of dashboards and folders on the navigation bar for a given workspace.",
4545
Attributes: map[string]schema.Attribute{
4646
"workspace_id": schema.StringAttribute{
4747
MarkdownDescription: "The ID of the workspace to manage.",
@@ -59,7 +59,7 @@ func (r *DashboardOrderingResource) Schema(_ context.Context, _ resource.SchemaR
5959
},
6060
},
6161
"last_updated": schema.StringAttribute{
62-
MarkdownDescription: "The last time the workspace order was updated.",
62+
MarkdownDescription: "The last time the workspace was updated.",
6363
Computed: true,
6464
},
6565
},

0 commit comments

Comments
 (0)