mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Spell fix of the Terraform AWS AZ description
This commit is contained in:
@@ -27,7 +27,7 @@ variable "ami" {
|
|||||||
|
|
||||||
variable "availability-zones" {
|
variable "availability-zones" {
|
||||||
default = "us-east-1a,us-east-1b"
|
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" {
|
variable "elb-health-check" {
|
||||||
|
|||||||
Reference in New Issue
Block a user