Skip to content

Commit

Permalink
Updated the log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed Dec 20, 2023
1 parent b2d0f64 commit 84aa10c
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 @@ -632,7 +632,7 @@ func getRDSDBInstanceprocessFeatures(ctx context.Context, d *plugin.QueryData, h

op, err := svc.DescribeOrderableDBInstanceOptions(ctx, params)
if err != nil {
plugin.Logger(ctx).Error("aws_rds_db_instance.getRDSDBInstanceCertificate", "api_error", err)
plugin.Logger(ctx).Error("aws_rds_db_instance.getRDSDBInstanceprocessFeatures", "api_error", err)
return nil, err
}

Expand Down

0 comments on commit 84aa10c

Please sign in to comment.