Hello everybody, I have a question about pulumi ou...
# python
f
Hello everybody, I have a question about pulumi output. In my project, I am deploying infrastructure on AWS. I want to use "address" output from RDS instance, and use that as environment variable for ecs container definition. However, it seems that I cannot extract string from address output. I've tried something like this master.address.apply(lambda ad: "{ad}"), but that didn't work. I am using python. Can you guys help me?