From cce13b3a61e7be75bd72669d461edb1c8274d6e0 Mon Sep 17 00:00:00 2001 From: Samuel Nwoye Date: Wed, 27 Nov 2019 09:45:19 +0100 Subject: [PATCH] Made a few Modifications --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f02d291..e9c0644 100644 --- a/README.md +++ b/README.md @@ -1613,9 +1613,9 @@ 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. -- 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 +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?