Skip to content

Commit 192fc23

Browse files
authored
docs: remove 'alpha' notice from custom health check http headers feature (#623)
1 parent daf0855 commit 192fc23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/service_vcl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Optional:
489489

490490
- `check_interval` (Number) How often to run the Healthcheck in milliseconds. Default `5000`
491491
- `expected_response` (Number) The status code expected from the host. Default `200`
492-
- `headers` (Set of String) Custom health check HTTP headers (e.g. if your health check requires an API key to be provided). This feature is part of an alpha release, which may be subject to breaking changes and improvements over time
492+
- `headers` (Set of String) Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).
493493
- `http_version` (String) Whether to use version 1.0 or 1.1 HTTP. Default `1.1`
494494
- `initial` (Number) When loading a config, the initial number of probes to be seen as OK. Default `3`
495495
- `method` (String) Which HTTP method to use. Default `HEAD`

fastly/block_fastly_service_healthcheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (h *HealthCheckServiceAttributeHandler) GetSchema() *schema.Schema {
6464
Type: schema.TypeString,
6565
},
6666
Optional: true,
67-
Description: "Custom health check HTTP headers (e.g. if your health check requires an API key to be provided). This feature is part of an alpha release, which may be subject to breaking changes and improvements over time",
67+
Description: "Custom health check HTTP headers (e.g. if your health check requires an API key to be provided).",
6868
},
6969
"host": {
7070
Type: schema.TypeString,

0 commit comments

Comments
 (0)