From 692246e894f4a4d289e121be6157f9234683be45 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 22 Jan 2026 12:59:06 -0500 Subject: [PATCH] enos(ui): use amd64 target machines (#11875) (#11894) Signed-off-by: Ryan Cragun Co-authored-by: Ryan Cragun --- enos/enos-scenario-ui.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/enos-scenario-ui.hcl b/enos/enos-scenario-ui.hcl index 8e31b38e67..a2669ad9a6 100644 --- a/enos/enos-scenario-ui.hcl +++ b/enos/enos-scenario-ui.hcl @@ -131,7 +131,7 @@ scenario "ui" { } variables { - ami_id = step.ec2_info.ami_ids["arm64"]["ubuntu"][global.distro_version["ubuntu"]] + ami_id = step.ec2_info.ami_ids["amd64"]["ubuntu"][global.distro_version["ubuntu"]] cluster_tag_key = local.vault_tag_key common_tags = local.tags seal_key_names = step.create_seal_key.resource_names