Skip to content

Commit 56d1ab7

Browse files
committed
remove todo
1 parent af25037 commit 56d1ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace_preset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func workspacePresetDataSource() *schema.Resource {
8484
Type: schema.TypeSet,
8585
Description: "Prebuilds of the workspace preset.",
8686
Optional: true,
87-
MaxItems: 1, // TODO: is this always true? More than 1 prebuilds config per preset?
87+
MaxItems: 1,
8888
Elem: &schema.Resource{
8989
Schema: map[string]*schema.Schema{
9090
"instances": {

0 commit comments

Comments
 (0)