Is your feature request related to a problem? Please describe.
Currently to add a new provider to an existing config.hcl you need to manually add the provider config block
Describe the solution you'd like
If running cloudquery init [new provider] check if config already contains said provider, and if not appends the relevant config block to the config.hcl in the same way running cloudquery init aws gcp okta will append them in sequence for a new config.hcl file
Is your feature request related to a problem? Please describe.
Currently to add a new provider to an existing
config.hclyou need to manually add the provider config blockDescribe the solution you'd like
If running
cloudquery init [new provider]check if config already contains said provider, and if not appends the relevant config block to theconfig.hclin the same way runningcloudquery init aws gcp oktawill append them in sequence for a newconfig.hclfile