-
Notifications
You must be signed in to change notification settings - Fork 155
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
RDS Instance replacement when upgrading to 6.0 #2682
Labels
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
Milestone
Comments
mikhailshilkov
added
kind/bug
Some behavior is incorrect or out of spec
p0
A bug severe enough to interrupt existing work
needs-triage
Needs attention from the triage team
labels
Aug 8, 2023
Replacement doesn't show up if I create the instance with 6.0 in the first place, and then do a preview |
iwahbe
added
the
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
label
Aug 8, 2023
The issue is reproduced in
|
A few questions/notes:
|
t0yv0
added
p1
A bug severe enough to be the next item assigned to an engineer
and removed
p0
A bug severe enough to interrupt existing work
labels
Aug 8, 2023
This was referenced Aug 10, 2023
t0yv0
added a commit
that referenced
this issue
Aug 11, 2023
Fixes #2682 With this change "name" property is deprecated on aws.db.Instance in favor of "dbName". Continuing to use it should sill work as expected but will now generate a warning. --------- Co-authored-by: Anton Tayanovskyy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
What happened?
Upgrading from 5.x to 6.0 causes a replacement in
aws.rds.Instance
.Expected Behavior
No change in preview.
Steps to reproduce
^5.0.0
of AWS provider:pulumi preview
.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: