Hi; I need to .get() a specific secret created by another pulumi resource, and pulumi is erroring be...
c
Hi; I need to .get() a specific secret created by another pulumi resource, and pulumi is erroring because that resource doesnt exist, even though I put a dependsOn in the secrets' config. Is there any way around this?