Skip to content

Commit

Permalink
types removed
Browse files Browse the repository at this point in the history
  • Loading branch information
audronFS committed Oct 5, 2023
1 parent d1eadc7 commit 89868d7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gcp/cloud-function-gen2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ variable "event_type" {

variable "event_trigger" {
description = "List of event triggers"
type = {
trigger_region = string
event_type = string
retry_policy = string
service_account_email = string
event_filters = list(object({
attribute = string
value = string
operator = optional(string)
}))
}
# type = {
# trigger_region = string
# event_type = string
# retry_policy = string
# service_account_email = string
# event_filters = list(object({
# attribute = string
# value = string
# operator = optional(string)
# }))
# }
default = null
}

Expand Down

0 comments on commit 89868d7

Please sign in to comment.