From b9a0f3c42bb0b4384fc1cde8030e3e3081365d0f Mon Sep 17 00:00:00 2001 From: abregman Date: Fri, 6 Dec 2019 15:03:01 +0200 Subject: [PATCH] Minor fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87cfd22..4c53969 100644 --- a/README.md +++ b/README.md @@ -1780,14 +1780,14 @@ The benefits of Terraform over the other tools:
Explain each of the following: - * Provider: - * Resource: - * Provisioner: + * 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 -
+ * 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. +
What terraform.tfstate file is used for?