Minor fix
This commit is contained in:
parent
c1cd78c5d4
commit
b9a0f3c42b
14
README.md
14
README.md
@ -1780,14 +1780,14 @@ The benefits of Terraform over the other tools:
|
|||||||
<details>
|
<details>
|
||||||
<summary>Explain each of the following:
|
<summary>Explain each of the following:
|
||||||
|
|
||||||
* Provider:
|
* Provider
|
||||||
* Resource:
|
* Resource
|
||||||
* Provisioner:
|
* Provisioner
|
||||||
</summary><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.<br>
|
* 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.<br>
|
||||||
<code>Resources</code> are the services and components you provision on these platforms.<br>
|
* Resources 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
|
* 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.
|
||||||
</details>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user