Commit ad9e63db authored by Phạm Trung Nghĩa's avatar Phạm Trung Nghĩa Committed by Anton Babenko

Fixed variable default for parameters (#138)

parent fedd4209
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment