Skip to content

Commit 7b65595

Browse files
committed
fix: fix wrong variable default
1 parent e9ea3f1 commit 7b65595

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
@@ -125,7 +125,7 @@ variable "pages" {
125125
# cname = string
126126
# })
127127
type = any
128-
default = {}
128+
default = null
129129
}
130130

131131
variable "gitignore_template" {

0 commit comments

Comments
 (0)