Update version

This commit is contained in:
Jeff Mitchell
2017-09-05 11:14:25 -04:00
parent 16fbfeb5ef
commit f0e05957f7
4 changed files with 15 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.8.1/vault_0.8.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.8.2/vault_0.8.2_linux_amd64.zip"
description = "URL to download Vault"
}