Update version numbers

This commit is contained in:
Jeff Mitchell
2018-08-28 02:41:24 -04:00
parent dc86fdef00
commit c05e39a6ea
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.10.4/vault_0.10.4_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.11.0/vault_0.11.0_linux_amd64.zip"
description = "URL to download Vault"
}