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")