diff --git a/example_configs/spec.yml b/example_configs/spec.yml index 9cfa716d..8e31835a 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v27.20.0' # latest version of aws plugin + version: 'v27.21.0' # latest version of aws plugin destinations: ['postgresql'] tables: ['aws_s3_buckets', 'aws_ec2_instances'] --- @@ -10,6 +10,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.5.5' # latest version of postgresql plugin + version: 'v8.6.0' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'