Skip to content

Commit 8427c3c

Browse files
author
Rishi Malik
committed
Force default to empty value
1 parent ca8f15e commit 8427c3c

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
@@ -39,7 +39,7 @@ variable "region" {
3939
variable "zones" {
4040
type = "list"
4141
description = "The zones to host the cluster in (optional if regional cluster / required if zonal)"
42-
default = []
42+
default = [""]
4343
}
4444

4545
variable "network" {

0 commit comments

Comments
 (0)