-
Notifications
You must be signed in to change notification settings - Fork 544
Open
Description
Which problem is this feature request solving?
I would like to integrate Scaleway VPC with my PostgreSQL database. However, the current project does not support this feature because it relies on the v1 Scaleway VPC API, which lacks the necessary capabilities.
Describe the solution you'd like
It could be resolved by using the v2 api which is exposing the vpc list by regions and then writing these informations in the db.
Pull request (optional)
- I can submit a pull request