From 431309ec0153b8a6260a7266f246ce572f40779d Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Tue, 6 Dec 2016 14:49:17 -0500 Subject: [PATCH] Bump TF version --- terraform/aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index fc29c2386..c8b99cba2 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -3,7 +3,7 @@ //------------------------------------------------------------------- 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" }