Skip to content

Commit 61655f1

Browse files
authored
Update variables.tf
1 parent 1db16d6 commit 61655f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/variables.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ variable cidr {
3434
}
3535
variable "azs" {
3636
description = "Availability Zones"
37-
type = list
37+
type = list(string)
38+
default = slice(data.aws_availability_zones.available.names, 0, 2)
3839
}
3940
variable "create_nat_gateway" {
4041
type = bool

0 commit comments

Comments
 (0)