Skip to content

Commit 9884edf

Browse files
committed
chore(deps): Update dependency source-aws to v26.3.0
1 parent e7d3690 commit 9884edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_configs/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws-REGION_PLACEHOLDER'
44
path: cloudquery/aws
5-
version: 'v26.2.0' # latest version of aws plugin
5+
version: 'v26.3.0' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true

example_configs/serial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws'
44
path: 'cloudquery/aws'
5-
version: 'v26.2.0' # latest version of aws plugin
5+
version: 'v26.3.0' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true

0 commit comments

Comments
 (0)