scaleway / cq-source-scaleway

CloudQuery Provider for Scaleway
https://www.cloudquery.io/
Apache License 2.0
5 stars 2 forks source link

feat: sync vpcs #18

Open bryanbreton44 opened 1 month ago

bryanbreton44 commented 1 month ago

Hi,

I would like to sync the scaleway VPCs during the cloudquery sync process I just found out that the v1 of your api is used here https://github.com/scaleway/cq-source-scaleway/blob/dc6b56fe83761f6dd539ca602f1c7c74c9f699e1/resources/services/vpc/vpcs.go#L9. The v2 expose the VPC which is not the case with this version.

Is it possible to update this and then being able to have the VPC in database after the sync ?

remyleone commented 1 month ago

@disq