Skip to content

Commit 9bb92cf

Browse files
docs: fix typo
1 parent 624b6b6 commit 9bb92cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/multi-runner/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ variable "multi_runner_config" {
219219
instance_allocation_strategy: "The allocation strategy for spot instances. AWS recommends to use `capacity-optimized` however the AWS default is `lowest-price`."
220220
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."
221221
instance_target_capacity_type: "Default lifecycle used for runner instances, can be either `spot` or `on-demand`."
222-
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)."
222+
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)."
223223
job_queue_retention_in_seconds: "The number of seconds the job is held in the queue before it is purged"
224224
minimum_running_time_in_minutes: "The time an ec2 action runner should be running at minimum before terminated if not busy."
225225
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)