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 4d7165a commit a5974b5Copy full SHA for a5974b5
internal/provider/provider.go
@@ -378,6 +378,7 @@ func New() *schema.Provider {
378
Description: "HTTP health checking to determine the application readiness.",
379
ForceNew: true,
380
Optional: true,
381
+ MaxItems: 1,
382
ConflictsWith: []string{"command"},
383
Elem: &schema.Resource{
384
Schema: map[string]*schema.Schema{
0 commit comments