Skip to content

Commit

Permalink
There is no minimum on services (#1305)
Browse files Browse the repository at this point in the history
* There is no minimum on services

* Remove MinItems altogether.

---------

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent 8473e52 commit 73a08ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion digitalocean/app/app_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func appSpecSchema(isResource bool) map[string]*schema.Schema {
"service": {
Type: schema.TypeList,
Optional: true,
MinItems: 1,
Elem: appSpecServicesSchema(),
},
"static_site": {
Expand Down

0 comments on commit 73a08ed

Please sign in to comment.