Skip to content

Commit dd39351

Browse files
chore: fix typo in variables.tf
1 parent fa5e83c commit dd39351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)