Merge pull request #6 from kpucynski/immutable

immutable fix
This commit is contained in:
Arie Bregman 2019-10-18 16:59:48 +03:00 committed by GitHub
commit a83155cf5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ follow mutable infrastructure paradigm.
In immutable infrastructure paradigm, every change is actually 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 mutable infrastructure paradigm.
which follows the immutable infrastructure paradigm.
</b></details>
<details>