Uh oh!
There was an error while loading. Please reload this page.
Fix persistent drift for model permissions object_id after v0.293 - #4948
Fix persistent drift for model permissions object_id after v0.293#4948denik wants to merge 2 commits into
Conversation
…ration Model permissions object_id changed from /registered-models/MODEL_NAME to /registered-models/NUMERIC_ID, but the state entry __id__ was not updated during deploy, causing perpetual drift on subsequent plans. Add ResourceModelPermissions type with DoUpdateWithID so the state ID is updated when object_id changes. Co-authored-by: Isaac
Approval status: pending
|
This PR has not received an update in a while. If you want to keep this PR open, please leave a comment below or push a new commit and auto-close will be canceled. |
Changes
__id__was not updated during deploy, causing perpetual drift on subsequent plans.Tests
It was detected by invariant/continue_293 test with the config added in #4941
The test was marked as Slow, so it did not run on PR.