We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63516d9 commit 270bed5Copy full SHA for 270bed5
modules/multi-runner/variables.tf
@@ -596,7 +596,7 @@ variable "pool_lambda_reserved_concurrent_executions" {
596
}
597
598
variable "ssm_paths" {
599
- description = "The root path used in SSM to store configuration and secreets."
+ description = "The root path used in SSM to store configuration and secrets."
600
type = object({
601
root = optional(string, "github-action-runners")
602
app = optional(string, "app")
0 commit comments