Revert AZ change

This commit is contained in:
Chris Long
2020-04-18 13:23:13 -07:00
parent f81f715147
commit 091c221a87

View File

@@ -8,7 +8,7 @@ variable "profile" {
variable "availability_zone" {
description = "https://www.terraform.io/docs/providers/aws/d/availability_zone.html"
default = "us-west-1b"
default = ""
}
variable "shared_credentials_file" {