From d519759c5350a288f6cb7be865ad62918f52064a Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 28 May 2024 17:32:31 -0400 Subject: [PATCH] chore(e2e): Add aws region to UI tests (#4831) --- enos/enos-scenario-e2e-ui-aws.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/enos/enos-scenario-e2e-ui-aws.hcl b/enos/enos-scenario-e2e-ui-aws.hcl index 3107ef6ca2..cf3d9bc754 100644 --- a/enos/enos-scenario-e2e-ui-aws.hcl +++ b/enos/enos-scenario-e2e-ui-aws.hcl @@ -207,6 +207,7 @@ scenario "e2e_ui_aws" { aws_host_set_filter = step.create_tag_inputs.tag_string aws_host_set_ips = step.create_targets_with_tag.target_ips worker_tag_egress = local.egress_tag + aws_region = var.aws_region } }