Skip to content

Commit 8fd6aa7

Browse files
committed
fix: Wrong default value for allowed_ips
1 parent 7ea753b commit 8fd6aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ variable "allowed_ips" {
8383
start = string,
8484
end = string
8585
})
86-
default = []
86+
default = {}
8787
}

0 commit comments

Comments
 (0)