diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index 729515c..ede8b5b 100644 --- a/bench_configs/source_aws.yml +++ b/bench_configs/source_aws.yml @@ -2,7 +2,7 @@ kind: source spec: name: aws path: cloudquery/aws - version: "v32.48.1" # latest version of source aws plugin + version: "v32.48.2" # latest version of source aws plugin destinations: ${DESTINATIONS} skip_dependent_tables: true tables: diff --git a/bench_configs/source_gcp.yml b/bench_configs/source_gcp.yml index 1d4c847..b894c9e 100644 --- a/bench_configs/source_gcp.yml +++ b/bench_configs/source_gcp.yml @@ -2,7 +2,7 @@ kind: source spec: name: "gcp" path: "cloudquery/gcp" - version: "v19.8.2" # latest version of source gcp plugin + version: "v19.8.3" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true