From 52d985844cdef58d94c5c538ec45bd280116b407 Mon Sep 17 00:00:00 2001 From: Samuel Nwoye Date: Thu, 28 Nov 2019 09:39:57 +0100 Subject: [PATCH] Edited the Sections According to Format @surister,@bregman-arie. I have adhered to the formats suggested. Thanks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd23805..4c2f2c8 100644 --- a/README.md +++ b/README.md @@ -1612,11 +1612,12 @@ The benefits of Terraform over the other tools: * Provider: * 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.
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 -
+ +
What terraform.tfstate file is used for?