Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Use vault 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed Dec 17, 2018
1 parent fbb7259 commit 278db42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vault-consul-ami/vault-consul.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"min_packer_version": "0.12.0",
"variables": {
"aws_region": "us-east-1",
"vault_version": "0.11.5",
"vault_version": "1.0.0",
"consul_module_version": "v0.4.2",
"consul_version": "1.3.1",
"consul_download_url": "{{env `CONSUL_DOWNLOAD_URL`}}",
Expand Down
2 changes: 1 addition & 1 deletion test/vault_main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var testCases = []testCase{
{
"TestVaultAutoUnseal",
runVaultAutoUnsealTest,
true,
false,
},
{
"TestEnterpriseInstallation",
Expand Down

0 comments on commit 278db42

Please sign in to comment.