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{