Skip to content

Commit 8ad8670

Browse files
committed
🧹 do not capitalize workspaces
Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
1 parent 63d1e9a commit 8ad8670

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎docs/resources/workspace.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "mondoo_workspace Resource - terraform-provider-mondoo"
44
subcategory: ""
55
description: |-
6-
Allows management of Mondoo Workspaces.
6+
Allows management of Mondoo workspaces.
77
---
88

99
# mondoo_workspace (Resource)
1010

11-
Allows management of Mondoo Workspaces.
11+
Allows management of Mondoo workspaces.
1212

1313
## Example Usage
1414

‎internal/provider/workspace_resource.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (r *WorkspaceResource) Metadata(_ context.Context, req resource.MetadataReq
9393
func (r *WorkspaceResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) {
9494
resp.Schema = schema.Schema{
9595
// This description is used by the documentation generator and the language server.
96-
MarkdownDescription: `Allows management of Mondoo Workspaces.`,
96+
MarkdownDescription: `Allows management of Mondoo workspaces.`,
9797

9898
Attributes: map[string]schema.Attribute{
9999
"space_id": schema.StringAttribute{

0 commit comments

Comments
 (0)