mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 09:22:06 -04:00
Spell fix of the Terraform AWS AZ description
This commit is contained in:
parent
1923ed3085
commit
680cf69769
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue