diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index e9ad486..5f52e8e 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.61.0" # latest version of source aws plugin + version: "v33.0.0" # latest version of source aws plugin destinations: ${DESTINATIONS} skip_dependent_tables: true tables: diff --git a/bench_configs/source_azure.yml b/bench_configs/source_azure.yml index e4694dd..29574dd 100644 --- a/bench_configs/source_azure.yml +++ b/bench_configs/source_azure.yml @@ -2,7 +2,7 @@ kind: source spec: name: "azure" path: "cloudquery/azure" - version: "v17.15.3" # latest version of source azure plugin + version: "v18.0.0" # latest version of source azure plugin destinations: ${DESTINATIONS} tables: ["*"] skip_dependent_tables: true