From 8456ba9bc5897f1dfb2d96ce2ac55ffbaad629cb Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Thu, 17 Nov 2022 14:22:01 +0100 Subject: [PATCH] Update README.md --- SwitchEngines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md index e641220..d9526ab 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. -- GitLab