mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user