This message was deleted.
# python
s
This message was deleted.
g
What was it? 🙂
f
so in another file I created an rds instance and then passed
rds.address
into a function that needed it. I removed that and instead just do
pulumi_aws.rds.get_instance('development-database')
instead