Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Jan 22, 2025
1 parent eee8ed0 commit 741039e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ variable "pipeline_configuration" {
variable "non_ecomm_events_list" {
description = "Short list of prioritized events that are correlated to the non ecommerce target event"
type = list(string)
default = []
default = ["scroll_50", "view_search_results"]
}

variable "non_ecomm_target_event" {
description = "Non ecommerce target event for the lead score propensity feature transformation"
type = string
default = "login"
}
}

0 comments on commit 741039e

Please sign in to comment.