Skip to content

Commit

Permalink
Merge pull request bregman-arie#73 from julplee/master
Browse files Browse the repository at this point in the history
Small fix of typo in readme.md
  • Loading branch information
Arie Bregman authored Jan 26, 2020
2 parents 2f78d46 + ea8cee3 commit 39dbe98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ In your answer you can mention one or more of the following:
<summary>Explain mutable vs. immutable infrastructure</summary><br><b>

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.
</b></details>
Expand Down

0 comments on commit 39dbe98

Please sign in to comment.