From c4a01a1c90640ca2f4bb25190fef061e999fcf4e 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 fc29c2386c..c8b99cba26 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" }