10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af25037 commit 56d1ab7Copy full SHA for 56d1ab7
provider/workspace_preset.go
@@ -84,7 +84,7 @@ func workspacePresetDataSource() *schema.Resource {
84
Type: schema.TypeSet,
85
Description: "Prebuilds of the workspace preset.",
86
Optional: true,
87
- MaxItems: 1, // TODO: is this always true? More than 1 prebuilds config per preset?
+ MaxItems: 1,
88
Elem: &schema.Resource{
89
Schema: map[string]*schema.Schema{
90
"instances": {
0 commit comments