Prep for release

This commit is contained in:
Jeff Mitchell
2019-03-18 15:16:30 -04:00
parent 0e38459564
commit 74ba4f72aa
5 changed files with 84 additions and 118 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.0.3/vault_1.0.3_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.1.0/vault_1.1.0_linux_amd64.zip"
description = "URL to download Vault"
}