Skip to content

Commit 3dfe0b7

Browse files
committed
docs(serverless): fix typo
1 parent 67a7f94 commit 3dfe0b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In addition to all arguments above, the following attributes are exported:
9393

9494
- `sandbox` - Execution environment of the container.
9595

96-
- `heath_check` - Health check configuration block of the container.
96+
- `health_check` - Health check configuration block of the container.
9797
- `http` - HTTP health check configuration.
9898
- `path` - Path to use for the HTTP health check.
9999
- `failure_threshold` - Number of consecutive health check failures before considering the container unhealthy.

docs/resources/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following arguments are supported:
8484

8585
- `sandbox` - (Optional) Execution environment of the container.
8686

87-
- `heath_check` - (Optional) Health check configuration block of the container.
87+
- `health_check` - (Optional) Health check configuration block of the container.
8888
- `http` - HTTP health check configuration.
8989
- `path` - Path to use for the HTTP health check.
9090
- `failure_threshold` - Number of consecutive health check failures before considering the container unhealthy.

0 commit comments

Comments
 (0)