From 5c447141d5f7c382399b0a3f37ed480c42328f80 Mon Sep 17 00:00:00 2001 From: Samuel Nwoye Date: Thu, 28 Nov 2019 09:50:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de7a16..b3c0e50 100644 --- a/README.md +++ b/README.md @@ -1613,8 +1613,8 @@ The benefits of Terraform over the other tools: * Resource: * Provisioner:
-Provider is any cloud based technology - github, aws, postgresql etc - which one can make an API call to with its unique terraform provider binary to provision available services and components. -Resources are the services and components you provision on these platforms.

+Provider is any cloud based technology - github, aws, postgresql etc - which one can make an API call to with its unique terraform provider binary to provision available services and components.
+Resources are the services and components you provision on these platforms.
Provisioner in terraform's lingo specifically refers to configuration tools like ansible or salt-stack which are used in combination with terraform to orchestrate a system e.g vm's