Added missing parameters in trigger (#3519)

This commit is contained in:
apichick
2025-11-11 07:40:32 +01:00
committed by GitHub
parent b3df16fee8
commit 0fd01c6552
8 changed files with 13 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ variable "repositories" {
include_build_logs = optional(string)
substitutions = optional(map(string), {})
service_account = optional(string)
tags = optional(map(string))
tags = optional(list(string), [])
})), {})
}))
default = {}