This message was deleted.
# general
s
This message was deleted.
s
There are two channels that might be better for this question: #CDE799L1M or #CRH5ENVDX
w
@few-tent-80031 This example may shed some light on things: https://github.com/pulumi/examples/blob/master/aws-py-wordpress-fargate-rds Specifically, https://github.com/pulumi/examples/blob/master/aws-py-wordpress-fargate-rds/__main__.py#L47 you see RDS info being passed to a component resource to stand up the frontend webservice. And then here you see it being used in an
Output.all().apply()
block: https://github.com/pulumi/examples/blob/master/aws-py-wordpress-fargate-rds/frontend.py#L98
f
Thank you guys. I'm gonna try that.