We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab91dc commit 16b086eCopy full SHA for 16b086e
1 file changed
main.tf
@@ -188,7 +188,7 @@ module "runners" {
188
enable_jit_config = var.enable_jit_config
189
enable_job_queued_check = var.enable_job_queued_check
190
enable_on_demand_failover_for_errors = var.enable_runner_on_demand_failover_for_errors
191
- ccustom_scale_errors = var.custom_scale_errors
+ custom_scale_errors = var.custom_scale_errors
192
disable_runner_autoupdate = var.disable_runner_autoupdate
193
enable_managed_runner_security_group = var.enable_managed_runner_security_group
194
enable_runner_detailed_monitoring = var.enable_runner_detailed_monitoring
0 commit comments