Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete Google Cloud regions #1020

Open
pditommaso opened this issue Feb 5, 2024 · 0 comments
Open

Obsolete Google Cloud regions #1020

pditommaso opened this issue Feb 5, 2024 · 0 comments

Comments

@pditommaso
Copy link

Describe the bug

The Google regions supported by Cloudinfo does not reflect regions currently provided by Google

Steps to reproduce the issue:

As of writing the list of Google regions are the following:

africa-south1
asia-east1
asia-east2
asia-northeast1
asia-northeast2
asia-northeast3
asia-south1
asia-south2
asia-southeast1
asia-southeast2
australia-southeast1
australia-southeast2
europe-central2
europe-north1
europe-southwest1
europe-west1
europe-west10
europe-west12
europe-west2
europe-west3
europe-west4
europe-west6
europe-west8
europe-west9
me-central1
me-central2
me-west1
northamerica-northeast1
northamerica-northeast2
southamerica-east1
southamerica-west1
us-central1
us-east1
us-east4
us-east5
us-south1
us-west1
us-west2
us-west3
us-west4

However, the regions currently supported by Cloudinfo are coded here

var regionNames = map[string]string{
"asia-east1": "Asia Pacific (Taiwan)",
"asia-east2": "Asia Pacific (Hong Kong)",
"asia-northeast1": "Asia Pacific (Tokyo)",
"asia-south1": "Asia Pacific (Mumbai)",
"asia-southeast1": "Asia Pacific (Singapore)",
"australia-southeast1": "Asia Pacific (Sydney)",
"europe-north1": "EU (Finland)",
"europe-west1": "EU (Belgium)",
"europe-west2": "EU (London)",
"europe-west3": "EU (Frankfurt)",
"europe-west4": "EU (Netherlands)",
"northamerica-northeast1": "Canada (Montréal)",
"southamerica-east1": "South America (São Paulo)",
"us-central1": "US Central (Iowa)",
"us-east1": "US East (South Carolina)",
"us-east4": "US East (Northern Virginia)",
"us-west1": "US West (Oregon)",
"us-west2": "US West (Los Angeles)",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant