Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
shaswot77 committed Jan 19, 2024
1 parent 0db153e commit 435357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/dashboard_share.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "squaredup_dashboard_share" "sample_dashboard_share" {

### Required

- `dashboard_id` (String) The ID of the dashboard
- `dashboard_id` (String) The ID of the dashboard to share
- `require_authentication` (Boolean) If false, the dashboard will be accessible to anyone with the link
- `workspace_id` (String) The ID of the workspace where the dashboard is located

Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_dashboard_share.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (r *OpenAccessResource) Schema(_ context.Context, _ resource.SchemaRequest,
},
},
"dashboard_id": schema.StringAttribute{
Description: "The ID of the dashboard",
Description: "The ID of the dashboard to share",
Required: true,
},
"workspace_id": schema.StringAttribute{
Expand Down

0 comments on commit 435357c

Please sign in to comment.