Skip to content

Commit e9ea3f1

Browse files
committed
fix: fix wrong default value
1 parent 2d7f37e commit e9ea3f1

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
@@ -176,7 +176,7 @@ variable "template" {
176176
owner = string
177177
repository = string
178178
})
179-
default = {}
179+
default = null
180180
}
181181

182182
variable "admin_collaborators" {

0 commit comments

Comments
 (0)