test: don't use us-east-1 during an outage (#23396)

An ongoing incident in us-east-1 is impacting CI. We'll temporarily use
Ohio as it's cheaper than California.

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun
2023-09-28 16:20:08 -06:00
committed by GitHub
parent 305d6d9b67
commit 807bacbc9c

View File

@@ -20,7 +20,9 @@ globals {
rhel = ["nc"]
}
sample_attributes = {
aws_region = ["us-east-1", "us-west-2"]
# NOTE(9/28/23): Temporarily use us-east-2 due to another networking in us-east-1
# aws_region = ["us-east-1", "us-west-2"]
aws_region = ["us-east-2", "us-west-2"]
}
tags = merge({
"Project Name" : var.project_name