Some release prep work

This commit is contained in:
Jeff Mitchell
2018-12-03 10:01:06 -05:00
parent 4e70d43942
commit 3cbc77e7d7
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.11.5/vault_0.11.5_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.0.0/vault_1.0.0_linux_amd64.zip"
description = "URL to download Vault"
}