diff --git a/modules/db_parameter_group/variables.tf b/modules/db_parameter_group/variables.tf index 19630663..65acbf4c 100644 --- a/modules/db_parameter_group/variables.tf +++ b/modules/db_parameter_group/variables.tf @@ -35,7 +35,7 @@ variable "family" { variable "parameters" { description = "A list of DB parameter maps to apply" type = list(map(string)) - default = {} + default = [] } variable "tags" {