Skip to content

Commit 669dea1

Browse files
authored
Merge pull request #16 from rhythmictech/NOC-46856
Change default state for rds connection count anomaly alarms to not alert
2 parents 1dbb8a8 + f0afa01 commit 669dea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/rds/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ variable "connection_count_anomaly_threshold_warning" {
7979
variable "connection_count_anomaly_use_message" {
8080
description = "Whether to use the query alert base message for connection count anomaly monitor"
8181
type = bool
82-
default = true
82+
default = false
8383
}
8484

8585
########################################

0 commit comments

Comments
 (0)