Bump TF version

This commit is contained in:
vishalnayak 2016-12-06 14:49:17 -05:00
parent f5891b6677
commit 431309ec01
1 changed files with 1 additions and 1 deletions

View File

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