-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant diff on Cognito's UserPoolClient.analyticsConfiguration #2868
Comments
Thank you for reporting this issue with a nice repro @romainrbr. I confirm I can see the problem locally. Adding
doesn't seem to help either. Tagging @t0yv0 as our diff expert. |
+1 this is making our deployment to prod (>100 app clients) extremely slow |
Sorry folks for the delay here, this issue is fixed once I rebuild the provider on the latest bridge, so it must be another instance of the bug addressed by pulumi/pulumi-terraform-bridge#1616 |
What happened?
Starting with pulumi-aws 6.x+, user pools get a constant update, with an empty diff.
Here is the output of a
pulumi preview --json
:especially the
diffReasons
.Running
pulumi refresh
does not fix anythingExample
index.ts
package.json
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: