From 2536c7e489c0789f5748e2bc241a2a43b908661c Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 9 Jun 2016 16:43:39 -0500 Subject: [PATCH] website: fix up some wording on providers index --- website/source/docs/providers/index.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/index.html.markdown b/website/source/docs/providers/index.html.markdown index 5365d0e86..b0c8c9de5 100644 --- a/website/source/docs/providers/index.html.markdown +++ b/website/source/docs/providers/index.html.markdown @@ -12,9 +12,10 @@ Terraform is used to create, manage, and manipulate infrastructure resources. Examples of resources include physical machines, VMs, network switches, containers, 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 -is responsible for understanding API interactions and exposing resources. Providers -generally are an IaaS (e.g. AWS, DigitalOcean, GCE, OpenStack), PaaS (e.g. Heroku, CloudFoundry), -or SaaS services (e.g. Atlas, DNSimple, CloudFlare). +Terraform is agnostic to the underlying platforms by supporting providers. A +provider is responsible for understanding API interactions and exposing +resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure, +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.