Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 3ab57da

Browse files
committed
Exclude another region from tests
1 parent b8f02ef commit 3ab57da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/terratest_helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func getRandomAwsRegion(t *testing.T) string {
2727
"ap-southeast-1",
2828
"ap-southeast-2",
2929
"eu-central-1",
30+
"us-west-1",
3031
"us-west-2",
3132
"sa-east-1", // Amazon Linux 2 doesn't seem to be available in this region
3233
"eu-north-1", // Many instance types are not available in this region

0 commit comments

Comments
 (0)