We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c69def commit 75e0c09Copy full SHA for 75e0c09
example_configs/spec.yml
@@ -2,14 +2,14 @@ kind: source
2
spec:
3
name: 'aws'
4
path: 'cloudquery/aws'
5
- version: 'v32.40.1' # latest version of aws plugin
+ version: 'v32.41.0' # latest version of aws plugin
6
destinations: ['postgresql']
7
tables: ['aws_s3_buckets', 'aws_ec2_instances']
8
---
9
kind: destination
10
11
name: 'postgresql'
12
path: 'cloudquery/postgresql'
13
- version: 'v8.12.0' # latest version of postgresql plugin
+ version: 'v8.12.1' # latest version of postgresql plugin
14
15
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'
0 commit comments