diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index 278e5fc3..793f5c3f 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v26.2.0" # latest version of aws plugin + version: "v27.4.1" # latest version of aws plugin tables: ["aws_ec2_instances"] destinations: ["postgresql"] ---