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

Seven regions not supported in alicloud steampipe plugin #486

Open
WellMaxWang opened this issue Dec 30, 2024 · 1 comment
Open

Seven regions not supported in alicloud steampipe plugin #486

WellMaxWang opened this issue Dec 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@WellMaxWang
Copy link

Describe the bug
I found seven regions are not supported, they are me-central-1,cn-wuhan-lr,cn-nanjing,ap-northeast-2,cn-fuzhou,ap-southeast-6,ap-southeast-7

Steampipe version (steampipe -v)
v0.22.0

Plugin version (steampipe plugin list)
0.23.0

To reproduce
if config those region below, steampipe will response invalid regions.

Expected behavior
those seven regions is current supported in alibaba cloud, I belive those regions also need to been supported in steampipe.

Additional context
no

@WellMaxWang WellMaxWang added the bug Something isn't working label Dec 30, 2024
@dboeke
Copy link
Contributor

dboeke commented Dec 30, 2024

@WellMaxWang,

Thanks for raising this issue. Looks like the list of regions is outdated here:

"cn-beijing", "cn-beijing-finance-1", "cn-chengdu", "cn-guangzhou", "cn-hangzhou", "cn-heyuan", "cn-hongkong", "cn-huhehaote", "cn-qingdao", "cn-shanghai", "cn-shanghai-finance-1", "cn-shenzhen", "cn-shenzhen-finance-1", "cn-wulanchabu", "cn-zhangjiakou", "ap-northeast-1","ap-northeast-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "eu-central-1", "eu-west-1", "me-east-1", "us-east-1", "us-west-1"}

You should be able to update that array and compile a local version of the plugin for yourself while someone works on a release to update the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants