Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4347565

Browse files
committedApr 2, 2024
fmt
1 parent a5bd88b commit 4347565

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎provider/workspace.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ func workspaceDataSource() *schema.Resource {
151151
"If a valid token cannot be obtained, this value will be an empty string.",
152152
},
153153
"owner_groups": {
154-
Type: schema.TypeList,
155-
Elem: &schema.Schema{Type: schema.TypeString},
154+
Type: schema.TypeList,
155+
Elem: &schema.Schema{
156+
Type: schema.TypeString,
157+
},
156158
Computed: true,
157159
Description: "List of groups the workspace owner belongs to.",
158160
},

0 commit comments

Comments
 (0)
Please sign in to comment.