Skip to content

Commit e341183

Browse files
authored
Update variables.tf
1 parent 246cdb3 commit e341183

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

infra/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "project_prefix" {
88
variable "aws_region" {
99
description = "aws region"
1010
type = string
11-
# default = "us-west-2"
11+
default = "us-west-2"
1212
}
1313
variable "resource_owner" {
1414
type = string
@@ -34,8 +34,7 @@ variable cidr {
3434
}
3535
variable "azs" {
3636
description = "Availability Zones"
37-
type = list(string)
38-
default = slice(data.aws_availability_zones.available.names, 0, 2)
37+
type = list
3938
}
4039
variable "create_nat_gateway" {
4140
type = bool

0 commit comments

Comments
 (0)