backport of commit b9f9f27e8e988c4f441f81df733fb0aa5c513290 (#21038)
Co-authored-by: Jaymala <jaymala@hashicorp.com>
This commit is contained in:
parent
9a6d09e029
commit
fa3016696a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue