https://pulumi.com logo
#python
Title
f

few-tent-80031

03/24/2021, 5:04 PM
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?