Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
badeamarjieh committed Feb 25, 2025
1 parent b21b5f3 commit f696f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Read-Only:

- `capacity_id` (String) The Workspace capacity ID.
- `description` (String) The Workspace description.
- `display_name` (String) The Workspace display name.
- `display_name` (String) The Workspace display name .
- `id` (String) The Workspace ID.
- `type` (String) The Workspace type.
2 changes: 1 addition & 1 deletion internal/services/workspace/data_workspaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (d *dataSourceWorkspaces) Schema(ctx context.Context, _ datasource.SchemaRe
CustomType: customtypes.UUIDType{},
},
"display_name": schema.StringAttribute{
MarkdownDescription: fmt.Sprintf("The %s display name.", ItemName),
MarkdownDescription: fmt.Sprintf("The %s display name .", ItemName),
Computed: true,
},
"description": schema.StringAttribute{
Expand Down

0 comments on commit f696f60

Please sign in to comment.