diff --git a/README.md b/README.md index e9c0644..cd23805 100644 --- a/README.md +++ b/README.md @@ -1614,7 +1614,7 @@ The benefits of Terraform over the other tools: * 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. +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