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
In hashicorp/terraform#15101 and hashicorp/terraform#15102, it was discovered that tests that we thought were testing update were actually just doing a destroy and recreate. It would be great to have another option in TestStep that would confirm that no resources were destroyed or created in a step, only updated. In this particular scenario, if the test had been written correctly, it would have caught the bug leading to hashicorp/terraform#15056 potentially before it was caught by a user.
michaelbannister, nat-henderson, slevenick, pdecat, bflad and 1 morenat-henderson