mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Co-authored-by: Tin Vo <tintvo08@gmail.com>
This commit is contained in:
parent
3edbb13369
commit
37bd994ea3
1 changed files with 2 additions and 1 deletions
|
|
@ -595,7 +595,8 @@ scenario "smoke" {
|
|||
description = global.description.verify_secrets_engines_create
|
||||
module = module.vault_verify_secrets_engines_create
|
||||
depends_on = [
|
||||
step.vault_remove_node_and_verify
|
||||
step.vault_remove_node_and_verify,
|
||||
step.get_vault_cluster_ips
|
||||
]
|
||||
|
||||
providers = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue