Skip to content

Commit 5eabbfb

Browse files
committed
Add missing variable
1 parent d75120d commit 5eabbfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/simple_zonal_private/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ variable "region" {
3131
description = "The region to host the cluster in"
3232
}
3333

34+
variable "zones" {
35+
type = "list"
36+
description = "The zone to host the cluster in (required if is a zonal cluster)"
37+
}
38+
3439
variable "network" {
3540
description = "The VPC network to host the cluster in"
3641
}

0 commit comments

Comments
 (0)