You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of this behavior, we get replacement plans as expected, however pulumi preview --diff does not explain which property was causing the replace.
To implement this we would need to extend DiffResponse with Replaces and/or DetailedDiff.
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:
What happened?
This provider uses an interesting strategy for generating replace plans. It never directly returns a replace plan in DiffResult on the gRPC wire:
pulumi-aws-native/provider/pkg/provider/provider.go
Line 843 in 6322518
But it does generate SDKs with replaceOnChanges baked in for properties that cause replacement such as:
pulumi-aws-native/sdk/nodejs/cognito/managedLoginBranding.ts
Line 104 in 6322518
As a result of this behavior, we get replacement plans as expected, however
pulumi preview --diff
does not explain which property was causing the replace.To implement this we would need to extend DiffResponse with Replaces and/or DetailedDiff.
Output of
pulumi about
https://github.com/pulumi/pulumi-aws-native/releases/tag/v1.25.0 version affected.
Additional context
N/A
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: