From 2f79bb12ee34acc280f07634a9c6632b8f7b9fbd Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 25 Feb 2016 11:29:03 -0500 Subject: [PATCH] Bump TF variables --- 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 2784e94f4bcb..b158e02cd2a8 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.0/vault_0.5.0_linux_amd64.zip" + default = "https://releases.hashicorp.com/vault/0.5.1/vault_0.5.1_linux_amd64.zip" description = "URL to download Vault" }