From ea8cee3eb33d4098484bc5b46c79a0fa6c3712a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Pl=C3=A9e?= Date: Sun, 26 Jan 2020 18:24:26 +0100 Subject: [PATCH] Small fix of typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8197a6b..c34bae6 100644 --- a/README.md +++ b/README.md @@ -170,10 +170,10 @@ In your answer you can mention one or more of the following: Explain mutable vs. immutable infrastructure
In mutable infrastructure paradigm, changes are applied on top of the existing infrastructure and over time -the infrastructure builds up a history of changes. Ansible, Puppet and Chef are examples to tools which +the infrastructure builds up a history of changes. Ansible, Puppet and Chef are examples of tools which follow mutable infrastructure paradigm. -In immutable infrastructure paradigm, every change is actually new infrastructure. So a change +In immutable infrastructure paradigm, every change is actually a new infrastructure. So a change to a server will result in a new server instead of updating it. Terraform is an example of technology which follows the immutable infrastructure paradigm.