Skip to content

Commit 6c6f85c

Browse files
fix: fix typo
1 parent 4072a3d commit 6c6f85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module "runners" {
191191
enable_jit_config = var.enable_jit_config
192192
enable_job_queued_check = var.enable_job_queued_check
193193
enable_on_demand_failover_for_errors = var.enable_runner_on_demand_failover_for_errors
194-
ccustom_scale_errors = var.custom_scale_errors
194+
custom_scale_errors = var.custom_scale_errors
195195
disable_runner_autoupdate = var.disable_runner_autoupdate
196196
enable_managed_runner_security_group = var.enable_managed_runner_security_group
197197
enable_runner_detailed_monitoring = var.enable_runner_detailed_monitoring

0 commit comments

Comments
 (0)