Skip to content

Commit f0cdf20

Browse files
committed
fix: remove incorrect default value for rds_db_parameter_group_parameters
1 parent 4ad041d commit f0cdf20

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
@@ -424,7 +424,7 @@ variable "rds_db_parameter_group_family" {
424424
}
425425

426426
variable "rds_db_parameter_group_parameters" {
427-
description = "(Optional, Default:[]) The DB parameters to apply."
427+
description = "(Optional) The DB parameters to apply."
428428
type = list(
429429
object({
430430
name = string

0 commit comments

Comments
 (0)