You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "HTTP health checking to determine the application readiness.",
379
-
ForceNew: true,
380
-
Optional: true,
377
+
Type: schema.TypeSet,
378
+
Description: "HTTP health checking to determine the application readiness.",
379
+
ForceNew: true,
380
+
Optional: true,
381
+
ConflictsWith: []string{"command"},
381
382
Elem: &schema.Resource{
382
383
Schema: map[string]*schema.Schema{
383
384
"url": {
384
-
Type: schema.TypeString,
385
-
Description: "HTTP address used determine the application readiness. A successful health check is a HTTP response code less than 500 returned before healthcheck.interval seconds.",
Description: "HTTP address used determine the application readiness. A successful health check is a HTTP response code less than 500 returned before healthcheck.interval seconds.",
387
+
ForceNew: true,
388
+
Required: true,
390
389
},
391
390
"interval": {
392
-
Type: schema.TypeInt,
393
-
Description: "Duration in seconds to wait between healthcheck requests.",
0 commit comments