From 680cf69769eeeb0d773a64c873e1e1be584fe3fb Mon Sep 17 00:00:00 2001 From: Brint O'Hearn Date: Mon, 18 Jul 2016 18:03:04 -0500 Subject: [PATCH] Spell fix of the Terraform AWS AZ description --- terraform/aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 28891f503b..93c3a63e2a 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -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" {