```Use get functions to read the existing resource...
# python
h
Copy code
Use get functions to read the existing resource and bring its parameters into the stack, like this:

 export const database = gcp.sql.DatabaseInstance.get('test-database', 'name-in-gcp');
Is there a way to do the same in Python? Trying to come up with a feasible solution for migrating Terraform-controlled resources into a Pulumi stack