Pulumi state does not reflect actual resource state #5211
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
What happened?
When pulumi ran apply it failed to apply resource spec update but still went ahead and updated it's state. The instance was having some performance issues yet after several bump-ups in specs we noticed that the changes were not applied.
Pulumi state shows values that were defined in code:
Disk size - 400GB
IOPS - 12000
Yet the instance is still running with old configuration
Pulumi SDK version - v3.137.0
Example
pulumi state for the resource
Output of
pulumi about
in go.mod:
github.com/pulumi/pulumi/sdk/v3 v3.137.0
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: