``` aws:rds:Instance (<name>): warning:...
# aws
a
Copy code
aws:rds:Instance (<name>):
    warning: One or more imported inputs failed to validate. This is almost certainly a bug in the `aws` provider. The import will still proceed, but you will need to edit the generated code after copying it into your program.
    warning: aws:rds/instance:Instance resource '<name>' has a problem: Conflicting configuration arguments: "db_name": conflicts with name. Examine values at 'Instance.DbName'.
    warning: aws:rds/instance:Instance resource '<name>' has a problem: Conflicting configuration arguments: "name": conflicts with db_name. Examine values at 'Instance.Name'.
on importing an RDS instance, any ideas?
This seems very broken because the name isn't correctly put into the generated code