immutable fix

This commit is contained in:
Karol Pucynski 2019-10-18 15:56:30 +02:00
parent 38ab4dc901
commit 6461417bf5

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>