Edited the Sections According to Format

@surister,@bregman-arie. I have adhered to the formats suggested. Thanks
This commit is contained in:
Samuel Nwoye 2019-11-28 09:39:57 +01:00 committed by GitHub
parent d8f2a3cd59
commit 52d985844c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1612,11 +1612,12 @@ The benefits of Terraform over the other tools:
* Provider: * Provider:
* Resource: * Resource:
* Provisioner: * Provisioner:
</b></details><br><b> </summary><br><b>
<code>Provider</code> 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. <code>Provider</code> 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.
<code>Resources</code> are the services and components you provision on these platforms.<br> <code>Resources</code> are the services and components you provision on these platforms.<br>
<code>Provisioner</code> 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 <code>Provisioner</code> 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
</b> </details>
<details> <details>
<summary>What <code>terraform.tfstate</code> file is used for?</summary><br><b> <summary>What <code>terraform.tfstate</code> file is used for?</summary><br><b>