Hmm, I think i'm having a circular dependency prob...
# general
a
Hmm, I think i'm having a circular dependency problem. I'm trying to create a CognitoUserPool with a CognitoDomain and CognitoClient resource. CognitoDomain relies on CognitoUserPool Id, CognitoClient also relies on CognitoUserPool Id. However, there in the inviteEmailTemplate email string on the CognitoUserPool resource, the link relies on CognitoDomain and CognitoClient to construct the url so im using Pulumi.all.apply to construct it.