diff --git a/docs/data-sources/container.md b/docs/data-sources/container.md index f8817f9671..45266561db 100644 --- a/docs/data-sources/container.md +++ b/docs/data-sources/container.md @@ -93,7 +93,7 @@ In addition to all arguments above, the following attributes are exported: - `sandbox` - Execution environment of the container. -- `heath_check` - Health check configuration block of the container. +- `health_check` - Health check configuration block of the container. - `http` - HTTP health check configuration. - `path` - Path to use for the HTTP health check. - `failure_threshold` - Number of consecutive health check failures before considering the container unhealthy. diff --git a/docs/resources/container.md b/docs/resources/container.md index d0601ea9d6..d1653a11a1 100644 --- a/docs/resources/container.md +++ b/docs/resources/container.md @@ -68,7 +68,7 @@ The following arguments are supported: - `cpu_limit` - (Optional) The amount of vCPU computing resources to allocate to each container. -- `timeout` - (Optional) The maximum amount of time your container can spend processing a request before being stopped. +- `timeout` - (Optional) The maximum amount of time in seconds your container can spend processing a request before being stopped. Default to `300` seconds. - `privacy` - (Optional) The privacy type defines the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8). @@ -76,7 +76,7 @@ The following arguments are supported: - `registry_sha256` - (Optional) The sha256 of your source registry image, changing it will re-apply the deployment. Can be any string. -- `max_concurrency` - (Optional) The maximum number of simultaneous requests your container can handle at the same time. +- `max_concurrency` - (Deprecated) The maximum number of simultaneous requests your container can handle at the same time. Use `scaling_option.concurrent_requests_threshold` instead. - `protocol` - (Optional) The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`. @@ -84,7 +84,7 @@ The following arguments are supported: - `sandbox` - (Optional) Execution environment of the container. -- `heath_check` - (Optional) Health check configuration block of the container. +- `health_check` - (Optional) Health check configuration block of the container. - `http` - HTTP health check configuration. - `path` - Path to use for the HTTP health check. - `failure_threshold` - Number of consecutive health check failures before considering the container unhealthy.