Where I can find an example os using the output of...
# python
b
Where I can find an example os using the output of a resource as an input of another resource in python?
m
I might be interpreting your question too literally, but here’s an example that passed an output from one resource as the input of another: https://github.com/pulumi/examples/blob/master/aws-py-apigatewayv2-eventbridge/__main__.py#L49
Does this help? If not, maybe you should share some code that illustrates what you’re running into
b
yes, it helped, thankjs!
m
Ah great! Yeah that’s pretty much all there is to it. 🙂