From 20960885a5b77dab58b93e4b29317a27dea00e01 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 21 Aug 2024 17:14:30 +0000 Subject: [PATCH] chore(deps): Update dependency source-aws to v27.15.0 --- example_configs/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index 958839f..902b5be 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v27.14.0' # latest version of aws plugin + version: 'v27.15.0' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true diff --git a/example_configs/serial.yml b/example_configs/serial.yml index 9480652..f5a4cf2 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v27.14.0' # latest version of aws plugin + version: 'v27.15.0' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true