bump variables to 1.3

This commit is contained in:
Brian Kassouf
2019-11-11 19:33:14 -08:00
parent 06b506f886
commit 390e96e22e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.3.0/vault_1.3.0_linux_amd64.zip"
description = "URL to download Vault"
}