Made a few Modifications
This commit is contained in:
parent
040a9c9b9a
commit
cce13b3a61
@ -1613,9 +1613,9 @@ The benefits of Terraform over the other tools:
|
||||
* Resource:
|
||||
* Provisioner:
|
||||
</b></details><br><b>
|
||||
- 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
|
||||
<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.
|
||||
<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>
|
||||
<summary>What <code>terraform.tfstate</code> file is used for?</summary><br><b>
|
||||
|
Loading…
Reference in New Issue
Block a user