diff --git a/example_configs/spec.yml b/example_configs/spec.yml index da7c6d6b..9cfa716d 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -4,8 +4,7 @@ spec: path: 'cloudquery/aws' version: 'v27.20.0' # latest version of aws plugin destinations: ['postgresql'] - tables: ['*'] - skip_tables: ['aws_cloudtrail_events', 'aws_iam_*'] + tables: ['aws_s3_buckets', 'aws_ec2_instances'] --- kind: destination spec: