From 73a08ed06482164804bd9743d1fa197c276940f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Sanchez?= Date: Thu, 23 Jan 2025 22:53:03 +0100 Subject: [PATCH] There is no minimum on services (#1305) * There is no minimum on services * Remove MinItems altogether. --------- Co-authored-by: Andrew Starr-Bochicchio Co-authored-by: Andrew Starr-Bochicchio --- digitalocean/app/app_spec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/digitalocean/app/app_spec.go b/digitalocean/app/app_spec.go index 31dd0986e..552dd2dd1 100644 --- a/digitalocean/app/app_spec.go +++ b/digitalocean/app/app_spec.go @@ -63,7 +63,6 @@ func appSpecSchema(isResource bool) map[string]*schema.Schema { "service": { Type: schema.TypeList, Optional: true, - MinItems: 1, Elem: appSpecServicesSchema(), }, "static_site": {