Skip to content

Commit 36aa50a

Browse files
f0sselDanielleMaywood
authored andcommitted
chore: set MaxItems to 1 for app healthcheck (#53)
1 parent 5122599 commit 36aa50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/provider.go

Lines changed: 1 addition & 0 deletions
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)