Skip to content

Commit 84c41ae

Browse files
committed
docs: updated database_insights_mode description
The description still identified null as a valid value when it is not.
1 parent 4da60d8 commit 84c41ae

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
@@ -319,7 +319,7 @@ variable "database_insights_mode" {
319319
type = string
320320
default = "standard"
321321
nullable = false
322-
description = "The mode for CloudWatch Database Insights. Valid values: 'standard', 'advanced', or null."
322+
description = "The mode for CloudWatch Database Insights. Valid values: 'standard' or 'advanced'."
323323
validation {
324324
condition = contains(["standard", "advanced"], var.database_insights_mode)
325325
error_message = "database_insights_mode must be one of: 'standard' (free) or 'advanced'."

0 commit comments

Comments
 (0)