Merge pull request #73 from julplee/master

Small fix of typo in readme.md
This commit is contained in:
Arie Bregman 2020-01-26 19:31:27 +02:00 committed by GitHub
commit 39dbe98dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> <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 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. 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 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. which follows the immutable infrastructure paradigm.
</b></details> </b></details>