website: fix up some wording on providers index

This commit is contained in:
Paul Hinze 2016-06-09 16:43:39 -05:00
parent 5e26cb9960
commit 2536c7e489
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
1 changed files with 5 additions and 4 deletions

View File

@ -12,9 +12,10 @@ Terraform is used to create, manage, and manipulate infrastructure resources.
Examples of resources include physical machines, VMs, network switches, containers, Examples of resources include physical machines, VMs, network switches, containers,
etc. Almost any infrastructure noun can be represented as a resource in Terraform. etc. Almost any infrastructure noun can be represented as a resource in Terraform.
Terraform is agnostic to the underlying platforms by supporting providers. A provider Terraform is agnostic to the underlying platforms by supporting providers. A
is responsible for understanding API interactions and exposing resources. Providers provider is responsible for understanding API interactions and exposing
generally are an IaaS (e.g. AWS, DigitalOcean, GCE, OpenStack), PaaS (e.g. Heroku, CloudFoundry), resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure,
or SaaS services (e.g. Atlas, DNSimple, CloudFlare). OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Atlas, DNSimple,
CloudFlare).
Use the navigation to the left to read about the available providers. Use the navigation to the left to read about the available providers.