I found a bit of an oddity : I'm trying to `apply`...
# python
b
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
maybe the
certificate_validation_options
list is empty?
b
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
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
@billions-glass-17089 I haven't found a solution no... 😕
😞 1