backport of commit b9f9f27e8e988c4f441f81df733fb0aa5c513290 (#21038)

Co-authored-by: Jaymala <jaymala@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-06-06 21:12:53 -04:00 committed by GitHub
parent 9a6d09e029
commit fa3016696a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,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
}
}