We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da60d8 commit 84c41aeCopy full SHA for 84c41ae
variables.tf
@@ -319,7 +319,7 @@ variable "database_insights_mode" {
319
type = string
320
default = "standard"
321
nullable = false
322
- description = "The mode for CloudWatch Database Insights. Valid values: 'standard', 'advanced', or null."
+ description = "The mode for CloudWatch Database Insights. Valid values: 'standard' or 'advanced'."
323
validation {
324
condition = contains(["standard", "advanced"], var.database_insights_mode)
325
error_message = "database_insights_mode must be one of: 'standard' (free) or 'advanced'."
0 commit comments