mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-31 14:47:58 -04:00
Merge pull request #1055 from bscott/master
Updated Vault Download URL and Version
This commit is contained in:
commit
b034ffc257
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue