Prep for 1.2.2

This commit is contained in:
Jeff Mitchell
2019-08-14 16:54:16 -04:00
parent 1113c96f3a
commit d97c66eb3e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.1/vault_1.2.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip"
description = "URL to download Vault"
}