From 228374d1864f6e8c7d8226cabd8cce1433934203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Trung=20Ngh=C4=A9a?= Date: Thu, 27 Jun 2019 10:16:51 +0700 Subject: [PATCH] Fix #134 --- modules/db_parameter_group/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {