Bump TF varibles number

This commit is contained in:
Jeff Mitchell 2016-12-16 15:50:46 -05:00
parent bae84e3864
commit cba84482e1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.6.3/vault_0.6.3_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.6.4/vault_0.6.4_linux_amd64.zip"
description = "URL to download Vault"
}