Update variables.tf

This commit is contained in:
Brian Kassouf 2018-11-13 19:59:11 -08:00 committed by GitHub
parent d7f8f9f312
commit 2a32bc01e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.11.4/vault_0.11.4_linux_amd64.zip" default = "https://releases.hashicorp.com/vault/0.11.5/vault_0.11.5_linux_amd64.zip"
description = "URL to download Vault" description = "URL to download Vault"
} }