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 567f0f2 commit b9813e7Copy full SHA for b9813e7
example_configs/spec.yml
@@ -2,7 +2,7 @@ kind: source
2
spec:
3
name: 'aws'
4
path: 'cloudquery/aws'
5
- version: 'v27.20.0' # latest version of aws plugin
+ version: 'v27.21.0' # latest version of aws plugin
6
destinations: ['postgresql']
7
tables: ['*']
8
skip_tables: ['aws_cloudtrail_events', 'aws_iam_*']
@@ -11,6 +11,6 @@ kind: destination
11
12
name: 'postgresql'
13
path: 'cloudquery/postgresql'
14
- version: 'v8.5.5' # latest version of postgresql plugin
+ version: 'v8.6.0' # latest version of postgresql plugin
15
16
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'
0 commit comments