...
Tip |
---|
Well-developed Items are idempotent and allow replay; subsequent runs apply only the changes only when that are needed, and bring the configuration into a desired state despite prior failed runs (caused due to transient errors like connection loss, out-of-memory issues, etc.). |
...