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