Skip to content

Commit 77d9684

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ variable "cluster_scalability_type" {
109109
}
110110

111111
variable "cluster_performance_insights_enabled" {
112-
description = "Valid only for Non-Aurora Multi-AZ DB Clusters. Enables Performance Insights for the RDS Cluster"
112+
description = "Enables Performance Insights for the RDS Cluster"
113113
type = bool
114114
default = null
115115
}
116116

117117
variable "cluster_performance_insights_kms_key_id" {
118-
description = "Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the KMS Key ID to encrypt Performance Insights data. If not specified, the default RDS KMS key will be used (aws/rds)"
118+
description = "Specifies the KMS Key ID to encrypt Performance Insights data. If not specified, the default RDS KMS key will be used (aws/rds)"
119119
type = string
120120
default = null
121121
}
122122

123123
variable "cluster_performance_insights_retention_period" {
124-
description = "Valid only for Non-Aurora Multi-AZ DB Clusters. Specifies the amount of time to retain performance insights data for. Defaults to 7 days if Performance Insights are enabled. Valid values are 7, month * 31 (where month is a number of months from 1-23), and 731"
124+
description = "Specifies the amount of time to retain performance insights data for. Defaults to 7 days if Performance Insights are enabled. Valid values are 7, month * 31 (where month is a number of months from 1-23), and 731"
125125
type = number
126126
default = null
127127
}

0 commit comments

Comments
 (0)