diff --git a/principles/declarative-vs-imperative.md b/principles/declarative-vs-imperative.md index fed9df3..00d4269 100644 --- a/principles/declarative-vs-imperative.md +++ b/principles/declarative-vs-imperative.md @@ -43,4 +43,12 @@ as well as important advantages of the **declarative** paradigm, such as: * idempotence resp. quasi-idempotence * no need to check nor remember the system state. -We call this "implarative". \ No newline at end of file +We call this "implarative". + +## Clear results overview + +With provisioning you hope everything goes fine but of course also errors can occur. +To be able to solve potential problems it is important to get clear information what are the steps performed and where did it go wrong and why. +So, while for successful executions it is nice to have, in case of errors it is essential to get a clear results overview. + +![](/resources/images/results-overview.png) \ No newline at end of file diff --git a/resources/images/results-overview.png b/resources/images/results-overview.png new file mode 100644 index 0000000..cd0ac5b Binary files /dev/null and b/resources/images/results-overview.png differ