backport of commit 807bacbc9c (#23412)

Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
hc-github-team-secure-vault-core
2023-09-28 18:54:47 -04:00
committed by GitHub
parent 488778f20b
commit 571c642acf

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