hotfix push subscription in pubsub module (#2974)
This commit is contained in:
committed by
GitHub
parent
256ed8dc42
commit
62321d3054
@@ -152,7 +152,9 @@ variable "subscriptions" {
|
||||
push = optional(object({
|
||||
endpoint = string
|
||||
attributes = optional(map(string))
|
||||
no_wrapper = optional(bool, false)
|
||||
no_wrapper = optional(object({
|
||||
write_metadata = optional(bool, false)
|
||||
}))
|
||||
oidc_token = optional(object({
|
||||
audience = optional(string)
|
||||
service_account_email = string
|
||||
|
||||
Reference in New Issue
Block a user