Hello, when doing a RolePolicy in JS I use a JS ob...
# general
a
Hello, when doing a RolePolicy in JS I use a JS object referencing outputs from other pulumi objects. Then I
JSON.stringify
the policy object but then I get an error on my Policy syntax (surely because the string contains
{"__pulumiOutput":true,"isKnown":{}}}
and I'm losing the dynamic reference. Is there a way to make this work? I didn't find any example of role policies with reference to other pulumi objects. Thanks 🙂