This message was deleted.
# aws
s
This message was deleted.
f
This is where you’ll want to use
apply
(https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs):
Copy code
policy=ebs_volume.arn.apply(lambda arn: render_jinja2_template('templates/instance_policy.json', { 'EBS_ARN': arn } )
))
b
@faint-table-42725 - thank you! reading up on this now!