Skip to content

Commit 966e0dc

Browse files
CCM-14044 Setting prod defaults
1 parent fd025ed commit 966e0dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/modules/eventpub/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ variable "enable_event_publishing_anomaly_detection" {
139139
variable "event_publishing_anomaly_evaluation_periods" {
140140
type = number
141141
description = "Number of evaluation periods for the publishing anomaly alarm. Each period is defined by event_publishing_anomaly_period."
142-
default = 2
142+
default = 3
143143
}
144144

145145
variable "event_publishing_anomaly_period" {
@@ -151,5 +151,5 @@ variable "event_publishing_anomaly_period" {
151151
variable "event_publishing_anomaly_band_width" {
152152
type = number
153153
description = "The width of the anomaly detection band. Higher values (e.g. 4-6) reduce sensitivity and noise, lower values (e.g. 2-3) increase sensitivity. Recommended: 2-4."
154-
default = 3
154+
default = 5
155155
}

0 commit comments

Comments
 (0)