https://pulumi.com logo
Title
b

bright-orange-69401

01/06/2020, 2:23 AM
I found a bit of an oddity : I'm trying to
apply
a function to a list of dicts When I run the code, I get an empty record: > + records_to_create : {} Why is that ? I printed the input of my function and it's indeed populated (just like in my docstring)
b

billions-glass-17089

01/06/2020, 8:26 PM
maybe the
certificate_validation_options
list is empty?
b

bright-orange-69401

01/07/2020, 10:37 AM
I thought so too, but I used
pulumi.export('validation_options', ...)
and I see exactly the records I put in the docstring That's why it's odd
b

billions-glass-17089

01/25/2020, 6:54 PM
hey @bright-orange-69401 were you able to solve this problem I'm running into something similar where the
Output.apply
seems to return
None
b

bright-orange-69401

01/26/2020, 8:13 AM
@billions-glass-17089 I haven't found a solution no... 😕
😞 1