Prep for 1.1

This commit is contained in:
Jeff Mitchell
2019-04-11 11:16:22 -04:00
parent c9a3d174a3
commit e426c5f826
4 changed files with 4 additions and 4 deletions

View File

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