Skip to content

Commit 2cf8b04

Browse files
Update variables.tf
Co-authored-by: Anton Babenko <[email protected]>
1 parent d9c3a6b commit 2cf8b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ variable "cluster_performance_insights_retention_period" {
121121
}
122122

123123
variable "cluster_monitoring_interval" {
124-
description = "Interval, in seconds, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60"
124+
description = "Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. Valid Values: 0, 1, 5, 10, 15, 30, 60"
125125
type = number
126126
default = 0
127127
}

0 commit comments

Comments
 (0)