Bump versions

This commit is contained in:
Jeff Mitchell
2017-05-08 16:19:41 -04:00
parent a087e9b129
commit 770db9e88b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.7.1/vault_0.7.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.7.2/vault_0.7.2_linux_amd64.zip"
description = "URL to download Vault"
}