mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Fix autopilot scenario validation error (#21033)
Signed-off-by: Jaymala Sinha <jaymala@hashicorp.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user