Skip to content

Commit 9847584

Browse files
authored
docs: Correct multi-runner var description (#4055)
`enable_runner_on_demand_failover_for_errors` isn't defined as an attribute for the var and isn't referenced anywhere either.
1 parent 7b911b2 commit 9847584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/multi-runner/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ variable "multi_runner_config" {
141141
ebs_optimized: "The EC2 EBS optimized configuration."
142142
enable_ephemeral_runners: "Enable ephemeral runners, runners will only be used once."
143143
enable_job_queued_check: "Enables JIT configuration for creating runners instead of registration token based registraton. JIT configuration will only be applied for ephemeral runners. By default JIT confiugration is enabled for ephemeral runners an can be disabled via this override. When running on GHES without support for JIT configuration this variable should be set to true for ephemeral runners."
144-
enable_runner_on_demand_failover_for_errors "Enable on-demand failover. For example to fall back to on demand when no spot capacity is available the variable can be set to `InsufficientInstanceCapacity`. When not defined the default behavior is to retry later."
144+
enable_on_demand_failover_for_errors: "Enable on-demand failover. For example to fall back to on demand when no spot capacity is available the variable can be set to `InsufficientInstanceCapacity`. When not defined the default behavior is to retry later."
145145
enable_organization_runners: "Register runners to organization, instead of repo level"
146146
enable_runner_binaries_syncer: "Option to disable the lambda to sync GitHub runner distribution, useful when using a pre-build AMI."
147147
enable_ssm_on_runners: "Enable to allow access the runner instances for debugging purposes via SSM. Note that this adds additional permissions to the runner instances."

0 commit comments

Comments
 (0)