Skip to content

Commit

Permalink
Update aws/table_aws_rds_db_instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Madhushree Ray <[email protected]>
  • Loading branch information
ParthaI and madhushreeray30 authored Jan 15, 2024
1 parent 84aa10c commit 384e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/table_aws_rds_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
{
Expand Down

0 comments on commit 384e81a

Please sign in to comment.