diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md index e641220ed3128bc71e46e5b9698f1d02c8eb8a14..d9526ab8b1bcf572c491b91015216249a38969f3 100644 --- a/SwitchEngines/README.md +++ b/SwitchEngines/README.md @@ -381,7 +381,7 @@ To perform exactly these actions, run the following command to apply: ``` :bulb: Remarks: - * The change we want to apply is *not* destructive. + * The change we want to apply is *not* destructive from terraform's perspective, but, of course, the instance has been reinstalled with a different OS! * We saved our plan. :question: Why? It is not really necessary in a simple scenario like ours, however a more complex IaC workflow might require plan artifacts to be programmatically validated and versioned.