Skip to content

Commit a167579

Browse files
hkdobrevnpalm
authored andcommitted
chore: Fix typo (#749)
* Fix typo * Fix typo in variable description and mismatched docs
1 parent 42b0427 commit a167579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ No requirements.
345345
| lambda\_subnet\_ids | List of subnets in which the action runners will be launched, the subnets needs to be subnets in the `vpc_id`. | `list(string)` | `[]` | no |
346346
| logging\_retention\_in\_days | Specifies the number of days you want to retain log events for the lambda log group. Possible values are: 0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. | `number` | `180` | no |
347347
| manage\_kms\_key | Let the module manage the KMS key. | `bool` | `true` | no |
348-
| market\_options | Set it to null to use on demand runners. | `string` | `"spot"` | no |
348+
| market\_options | Market options for the action runner instances. Setting the value to `null` let the scaler create on-demand instances instead of spot instances. | `string` | `"spot"` | no |
349349
| minimum\_running\_time\_in\_minutes | The time an ec2 action runner should be running at minimum before terminated if non busy. | `number` | `5` | no |
350350
| role\_path | The path that will be added to role path for created roles, if not set the environment name will be used. | `string` | `null` | no |
351351
| role\_permissions\_boundary | Permissions boundary that will be added to the created roles. | `string` | `null` | no |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ variable "runner_additional_security_group_ids" {
342342
}
343343

344344
variable "market_options" {
345-
description = "Market options for the action runner instances. Setting the value to `null` let the scaler create on-demand instances instead of spot instanes."
345+
description = "Market options for the action runner instances. Setting the value to `null` let the scaler create on-demand instances instead of spot instances."
346346
type = string
347347
default = "spot"
348348
}

0 commit comments

Comments
 (0)