Skip to content

Commit 270bed5

Browse files
chore: fix typo in variables.tf (#4886)
This only fixes a small typo in variables.tf. Co-authored-by: Niek Palm <[email protected]>
1 parent 63516d9 commit 270bed5

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
@@ -596,7 +596,7 @@ variable "pool_lambda_reserved_concurrent_executions" {
596596
}
597597

598598
variable "ssm_paths" {
599-
description = "The root path used in SSM to store configuration and secreets."
599+
description = "The root path used in SSM to store configuration and secrets."
600600
type = object({
601601
root = optional(string, "github-action-runners")
602602
app = optional(string, "app")

0 commit comments

Comments
 (0)