Is your feature request related to a problem? Please describe.
n/a
Describe the solution you'd like
Since data fetching can be time-consuming if there are a lot of AWS accounts, Azure subscriptions, etc. configured in config.hcl, it would be nice to be able to target a fetch to a subset of the accounts configured.
Another targeting dimension might be the resource type. E.g., refresh the data for all accounts, but just for the ec2.vpcs resource type.
Describe alternatives you've considered
You could use a secondary config.hcl that contains configuration for just the target account(s) or resource types.
Additional context