From 3bedf816cbf851656ae9e6bd65dd4a67a9ddff5e Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:12:37 -0400 Subject: [PATCH] backport of commit b9f9f27e8e988c4f441f81df733fb0aa5c513290 (#21037) Co-authored-by: Jaymala --- enos/enos-scenario-autopilot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/enos-scenario-autopilot.hcl b/enos/enos-scenario-autopilot.hcl index bc99be9623fe..2989edf0a13e 100644 --- a/enos/enos-scenario-autopilot.hcl +++ b/enos/enos-scenario-autopilot.hcl @@ -322,7 +322,7 @@ scenario "autopilot" { vault_autopilot_upgrade_version = matrix.artifact_source == "local" ? step.get_local_metadata.version : var.vault_product_version vault_autopilot_upgrade_status = "await-server-removal" vault_install_dir = local.vault_install_dir - vault_instances = step.create_vault_cluster_upgrade_targets.target_hosts + vault_instances = step.create_vault_cluster.target_hosts vault_root_token = step.upgrade_vault_cluster_with_autopilot.root_token } }