Bump tf version

This commit is contained in:
Jeff Mitchell
2016-08-19 15:23:38 -04:00
parent 87690f02d4
commit cb106531db

View File

@@ -3,7 +3,7 @@
//------------------------------------------------------------------- //-------------------------------------------------------------------
variable "download-url" { variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.6.0/vault_0.6.0_linux_amd64.zip" default = "https://releases.hashicorp.com/vault/0.6.1/vault_0.6.1_linux_amd64.zip"
description = "URL to download Vault" description = "URL to download Vault"
} }