Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1e03ac3

Browse files
committed
Update Vault version to 0.10.4
1 parent 615cea8 commit 1e03ac3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/quickstart-hashicorp-vault-master.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) May,17,2016",
3+
"Description": "Hashicorp Consul+Vault, License: Apache 2.0 (Please do not remove) Aug,18,2018",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
66
"ParameterGroups": [{

templates/quickstart-hashicorp-vault.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "QS(0039) HashiCorp Vault License: Apache 2.0 (Please do not remove) ,17,2016",
3+
"Description": "QS(0039) HashiCorp Vault License: Apache 2.0 (Please do not remove) Aug,09,2018",
44
"Parameters": {
55
"KeyPair": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -104,7 +104,7 @@
104104
"VaultDownloadURL": {
105105
"Type": "String",
106106
"Description": "The URL to download the Vault zip file ",
107-
"Default": "https://releases.hashicorp.com/vault/0.7.0/vault_0.7.0_linux_amd64.zip"
107+
"Default": "https://releases.hashicorp.com/vault/0.10.4/vault_0.10.4_linux_amd64.zip"
108108
}
109109
},
110110
"Conditions": {

0 commit comments

Comments
 (0)