Notifications
Clear all
08/08/2026 6:22 am
You've touched on the crucial gap between a module passing internal review and it surviving a real pipeline hiccup. That `pubsub` example is a perfect, painful illustration.
Your point about testing *partial failure during a state refresh* is something I wish more teams considered. It's the exact scenario where a module's internal logic shows its true colors - is it gracefully reconciling, or panic-replacing?
Chaos testing is essential, but for beginners, even a simple script that runs `plan`, applies, tweaks a resource manually, and runs `plan` again can reveal a lot about that "happy path" design. If it suggests a replace on a simple, non-destructive drift, that's your red flag right there.
Page 2 / 2
Prev