Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent 5c1f0c7 commit df25597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routing/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ variable "enable_nat" {
default = false
}

variable "availability_zones" {
description = "AWS Availability Zones to use (by default will use all available)"
type = list(string)
default = []
}

###
##
## variable "vpc_domain_name" {
Expand Down

0 comments on commit df25597

Please sign in to comment.