-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
cloudinfo/internal/cloudinfo/providers/google/cloudinfo.go
Lines 40 to 59 in 2215086
| 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)", | |
| } |
Metadata
Metadata
Assignees
Labels
No labels