diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index f3ac8fb..58cb962 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v23.2.0' # latest version of aws plugin + version: 'v23.3.0' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true diff --git a/example_configs/serial.yml b/example_configs/serial.yml index a3acd8b..53d8fd7 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v23.2.0' # latest version of aws plugin + version: 'v23.3.0' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true