Skip to content

Commit

Permalink
chore: set MaxItems to 1 for app healthcheck (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0ssel authored Sep 22, 2022
1 parent 4d7165a commit a5974b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a5974b5

Please sign in to comment.