From 384e81a3f5f06cca8e16db682658175242e684eb Mon Sep 17 00:00:00 2001 From: ParthaI <47887552+ParthaI@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:58:42 +0530 Subject: [PATCH] Update aws/table_aws_rds_db_instance.go Co-authored-by: Madhushree Ray --- aws/table_aws_rds_db_instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/table_aws_rds_db_instance.go b/aws/table_aws_rds_db_instance.go index 98e176d88..c7650063b 100644 --- a/aws/table_aws_rds_db_instance.go +++ b/aws/table_aws_rds_db_instance.go @@ -394,7 +394,7 @@ func tableAwsRDSDBInstance(_ context.Context) *plugin.Table { Name: "processor_features", Description: "The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.", Type: proto.ColumnType_JSON, - Hydrate: getRDSDBInstanceprocessFeatures, + Hydrate: getRDSDBInstanceProcessorFeatures, Transform: transform.FromValue(), }, {