Skip to content

Commit 6afefbd

Browse files
authored
docs: correct docker autoscaler usage example (#1294)
## Description Small correction to the docker autoscaler usage example.
1 parent 0bdea62 commit 6afefbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module "runner" {
197197
runner_worker = {
198198
max_jobs = 5
199199
request_concurrency = 5
200-
type = "docker_autoscaler"
200+
type = "docker-autoscaler"
201201
}
202202
203203
runner_worker_docker_autoscaler_asg = {

0 commit comments

Comments
 (0)