From c38baac62a641a8b39da240c714c2920a7aae394 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 9 Jan 2025 13:38:44 +0000 Subject: [PATCH] chore(deps): Update dependency source-aws to v31.1.0 --- example_configs/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/spec.yml b/example_configs/spec.yml index af37ddde..2d3f48bd 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v31.0.0' # latest version of aws plugin + version: 'v31.1.0' # latest version of aws plugin destinations: ['postgresql'] tables: ['aws_s3_buckets', 'aws_ec2_instances'] ---