cloudquery / cq-provider-gcp

CloudQuery Provider for GCP
https://cloudquery.io
Mozilla Public License 2.0
8 stars 14 forks source link

Documentation on cloudquery-hub is insufficient to configure config.hcl #103

Closed shimonp21 closed 2 years ago

shimonp21 commented 2 years ago

Describe the bug

If a user already has already has a 'config.hcl' without 'gcp', the docs on cloudqury-hub are not sufficient for the config they need: image

'resources' and 'enable_partial_fetch' are missing. Currently, users probably need to workaround by running 'cloudquery init gcp' in a temporary directory and copy-pasting the relevant sections.

Expected Behavior

the docs at https://hub.cloudquery.io/providers/cloudquery/gcp/latest should be commlete.

Steps to Reproduce

https://hub.cloudquery.io/providers/cloudquery/gcp/latest

Possible Solution

No response

Provider and CloudQuery version

Version: 0.20.1 Commit: bf58d820b60d53d154560248df0402410f1e523f Date: 2022-01-30 18:02:22.021261 +0200 IST m=+0.023779169

Additional Context

No response

shimonp21 commented 2 years ago

I added resources=["*"] for all providers.

There is still some room for improvement in the docs, but I think this can be good enough for right now.