Hi everyone, I'm still stuck on this : <https://pu...
# general
r
Hi everyone, I'm still stuck on this : https://pulumi-community.slack.com/archives/CJ909TL6P/p1572375960100600 Anybody has any suggestion, please ?
c
I think it's hard to help without seeing the whole code, especially what's in the NetworkSecurityGroup class, but my best bet is, that you should wait for all the rule(or rule name if rule is not an pulumi.Output) with pulumi.all and do the find inside the apply function or wait for the rules separately with apply and create a map with the rule name as a key and the rule itself as a value