From bceaeb01979bc0d172eff080e5987cc512f7422d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 16 Mar 2016 12:37:53 -0400 Subject: [PATCH] Bump TF file --- 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 b158e02cd2..a1b7c6ad14 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.5.1/vault_0.5.1_linux_amd64.zip" + default = "https://releases.hashicorp.com/vault/0.5.2/vault_0.5.2_linux_amd64.zip" description = "URL to download Vault" }