Skip to content

Commit

Permalink
Updated the vault zip URL (hashicorp#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyakuna authored Dec 5, 2018
1 parent 7bf3451 commit b6fbdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity/vault-agent-demo/terraform-aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable vault_server_count {

# URL for Vault OSS binary
variable vault_zip_file {
default = "https://releases.hashicorp.com/vault/1.0.0-rc1/vault_1.0.0-rc1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.0.0/vault_1.0.0_linux_amd64.zip"
}

# URL for Consul OSS binary
Expand Down

0 comments on commit b6fbdad

Please sign in to comment.