Skip to content

Commit 168629e

Browse files
backport of commit 897938b (#31448)
Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
1 parent aae3cf8 commit 168629e

File tree

1 file changed

+5
-1
lines changed
  • enos/modules/vault_verify_removed_node

1 file changed

+5
-1
lines changed

enos/modules/vault_verify_removed_node/main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ resource "enos_remote_exec" "verify_rejoin_fails" {
145145
}
146146
}
147147
module "restart" {
148-
depends_on = [enos_remote_exec.verify_rejoin_fails, enos_remote_exec.verify_raft_peer_removed]
148+
depends_on = [
149+
enos_remote_exec.verify_rejoin_fails,
150+
enos_remote_exec.verify_raft_peer_removed,
151+
enos_remote_exec.verify_unseal_fails
152+
]
149153
source = "../restart_vault"
150154
hosts = var.hosts
151155
vault_addr = var.vault_addr

0 commit comments

Comments
 (0)