Skip to content

Commit

Permalink
Use non-exhausted zone (#1567)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: emily <emilyye@google.com>
  • Loading branch information
modular-magician and emilymye committed Dec 30, 2019
1 parent 376e08f commit b55aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_redis_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAccRedisInstance_regionFromLocation(t *testing.T) {
// Pick a zone that isn't in the provider-specified region so we know we
// didn't fall back to that one.
region := "us-west1"
zone := "us-west1-b"
zone := "us-west1-a"
if getTestRegionFromEnv() == "us-west1" {
region = "us-central1"
zone = "us-central1-a"
Expand Down

0 comments on commit b55aa65

Please sign in to comment.