Merge pull request #1055 from bscott/master

Updated Vault Download URL and Version
This commit is contained in:
Jeff Mitchell 2016-02-11 09:28:05 -05:00
commit 3faae67288
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://dl.bintray.com/mitchellh/vault/vault_0.1.2_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.5.0/vault_0.5.0_linux_amd64.zip"
description = "URL to download Vault"
}