Skip to content

Commit

Permalink
Move autojoin zone to us-central1-c (#106)
Browse files Browse the repository at this point in the history
* Move autojoin zone to us-central1-c
  • Loading branch information
stephen-soltesz authored Oct 22, 2024
1 parent fea1b54 commit 064c5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mlab-autojoin/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ provider "google" {
alias = "autojoin"
project = "mlab-autojoin"
region = "us-central1"
zone = "us-central1-a"
zone = "us-central1-c"
}
2 changes: 1 addition & 1 deletion mlab-sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ provider "google" {
alias = "autojoin"
project = "mlab-sandbox"
region = "us-central1"
zone = "us-central1-a"
zone = "us-central1-c"
}
2 changes: 1 addition & 1 deletion mlab-staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ provider "google" {
alias = "autojoin"
project = "mlab-staging"
region = "us-central1"
zone = "us-central1-a"
zone = "us-central1-c"
}

0 comments on commit 064c5f8

Please sign in to comment.