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
Historically we have relied on manual log review to verify that a resource was updated in place vs simply destroyed/recreated. This leads to gaps where update functions are unintentionally untested, since the test will still pass when the resource is recreated.
Historically we have relied on manual log review to verify that a resource was updated in place vs simply destroyed/recreated. This leads to gaps where update functions are unintentionally untested, since the test will still pass when the resource is recreated.
We should provide a common test step check function that will verify that the resource was not destroyed during the current step. We should also document it here: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform#update-tests
The text was updated successfully, but these errors were encountered: