We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4072a3d commit 6c6f85cCopy full SHA for 6c6f85c
main.tf
@@ -191,7 +191,7 @@ module "runners" {
191
enable_jit_config = var.enable_jit_config
192
enable_job_queued_check = var.enable_job_queued_check
193
enable_on_demand_failover_for_errors = var.enable_runner_on_demand_failover_for_errors
194
- ccustom_scale_errors = var.custom_scale_errors
+ custom_scale_errors = var.custom_scale_errors
195
disable_runner_autoupdate = var.disable_runner_autoupdate
196
enable_managed_runner_security_group = var.enable_managed_runner_security_group
197
enable_runner_detailed_monitoring = var.enable_runner_detailed_monitoring
0 commit comments