diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index 752cdd7..ae0839a 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: "v33.22.0" # latest version of source aws plugin + version: "v33.23.0" # 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 1cea769..32f25f7 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: "v22.0.0" # latest version of source gcp plugin + version: "v22.1.0" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true