-
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
SQS RedriveAllowPolicy shows spurious JSON diff #4760
Comments
Thanks a lot @csssuf for filing the issue and creating a PR right away! I'll have a look at it |
I was able to reproduce this using terraform. What's notable is that this doesn't work using terraforms This is the Terraform code for the repro:
|
We should be able to fix this with a patch on our side, while cutting an issue and bug fix upstream. While investigating this, I also found that this similar patch should be fixed upstream as well: https://github.com/pulumi/pulumi-aws/blob/master/patches/0022-Fix-spurrious-json-diff-for-redrive_policy.patch |
Upstream issue: hashicorp/terraform-provider-aws#40119 |
Describe what happened
Similar to #2307, a JSON diff always shows up for the
sqs.RedriveAllowPolicy
resource, even when no actual changes will be made.Sample program
Log output
Affected Resource(s)
sqs.RedriveAllowPolicy
Output of
pulumi about
Additional context
Fixed by #4749
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: