From dd3935152b1c8f772c6e6f825c3087ca360919f2 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Sun, 16 Nov 2025 11:20:19 +0100 Subject: [PATCH] chore: fix typo in variables.tf --- modules/multi-runner/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/multi-runner/variables.tf b/modules/multi-runner/variables.tf index be35ad09f8..a401017e99 100644 --- a/modules/multi-runner/variables.tf +++ b/modules/multi-runner/variables.tf @@ -596,7 +596,7 @@ variable "pool_lambda_reserved_concurrent_executions" { } variable "ssm_paths" { - description = "The root path used in SSM to store configuration and secreets." + description = "The root path used in SSM to store configuration and secrets." type = object({ root = optional(string, "github-action-runners") app = optional(string, "app")