From cdfe925ef88d2330004f6f649c12a07a0111203c Mon Sep 17 00:00:00 2001 From: Garrett Date: Thu, 22 Sep 2022 16:57:53 +0000 Subject: [PATCH] chore: set MaxItems to 1 for app healthcheck --- internal/provider/provider.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 9caf6bf6..472b84bb 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -378,6 +378,7 @@ func New() *schema.Provider { Description: "HTTP health checking to determine the application readiness.", ForceNew: true, Optional: true, + MaxItems: 1, ConflictsWith: []string{"command"}, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{