Skip to content

Commit a5974b5

Browse files
authored
chore: set MaxItems to 1 for app healthcheck (#53)
1 parent 4d7165a commit a5974b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/provider/provider.go

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ func New() *schema.Provider {
378378
Description: "HTTP health checking to determine the application readiness.",
379379
ForceNew: true,
380380
Optional: true,
381+
MaxItems: 1,
381382
ConflictsWith: []string{"command"},
382383
Elem: &schema.Resource{
383384
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)