Skip to content

Commit 743b2d1

Browse files
committed
fix default val to right list type
1 parent f08194d commit 743b2d1

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
@@ -118,7 +118,7 @@ variable "user" {
118118
variable "efs_volumes" {
119119
description = "Optional list of efs volumes, which are a map with {efs_id:, root_dir:}"
120120
type = list(map(string))
121-
default = {}
121+
default = []
122122
}
123123

124124
locals {

0 commit comments

Comments
 (0)