Prep for 1.1.2

This commit is contained in:
Jeff Mitchell
2019-04-18 13:27:09 -04:00
parent ee1da35e81
commit 77dbdbd936
4 changed files with 7 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.1.1/vault_1.1.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.1.2/vault_1.1.2_linux_amd64.zip"
description = "URL to download Vault"
}