Spell fix of the Terraform AWS AZ description

This commit is contained in:
Brint O'Hearn
2016-07-18 18:03:04 -05:00
parent 1923ed3085
commit 680cf69769

View File

@@ -27,7 +27,7 @@ variable "ami" {
variable "availability-zones" {
default = "us-east-1a,us-east-1b"
description = "Availabilizy zones for launcing the Vault instances"
description = "Availability zones for launching the Vault instances"
}
variable "elb-health-check" {