Skip to content

Commit 80eecdc

Browse files
docs: fix typo
1 parent 753d761 commit 80eecdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/multi-runner/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ variable "multi_runner_config" {
220220
instance_allocation_strategy: "The allocation strategy for spot instances. AWS recommends to use `capacity-optimized` however the AWS default is `lowest-price`."
221221
instance_max_spot_price: "Max price price for spot instances per hour. This variable will be passed to the create fleet as max spot price for the fleet."
222222
instance_target_capacity_type: "Default lifecycle used for runner instances, can be either `spot` or `on-demand`."
223-
description: "List of instance types for the action runner. Defaults are based on runner_os (al2023 for linux, macOS Sequoia for osx, Windows Server Core for win)."
223+
instance_types: "List of instance types for the action runner. Defaults are based on runner_os (al2023 for linux, macOS Sequoia for osx, Windows Server Core for win)."
224224
job_queue_retention_in_seconds: "The number of seconds the job is held in the queue before it is purged"
225225
minimum_running_time_in_minutes: "The time an ec2 action runner should be running at minimum before terminated if not busy."
226226
pool_runner_owner: "The pool will deploy runners to the GitHub org ID, set this value to the org to which you want the runners deployed. Repo level is not supported."

0 commit comments

Comments
 (0)