Added missing parameters in trigger (#3519)
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user