Skip to content

Commit

Permalink
chore(deps): Update dependency source-aws to v22.6.0 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
cq-bot and renovate-bot authored Aug 15, 2023
1 parent a348f36 commit dddc573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_configs/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws-REGION_PLACEHOLDER'
path: cloudquery/aws
version: 'v22.5.1' # latest version of aws plugin
version: 'v22.6.0' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
spec:
Expand Down
2 changes: 1 addition & 1 deletion example_configs/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v22.5.1' # latest version of aws plugin
version: 'v22.6.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
---
Expand Down

0 comments on commit dddc573

Please sign in to comment.