github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/website/source/docs/providers/index.html.markdown (about) 1 --- 2 layout: "docs" 3 page_title: "Providers" 4 sidebar_current: "docs-providers" 5 description: |- 6 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. 7 --- 8 9 # Providers 10 11 Terraform is used to create, manage, and manipulate infrastructure resources. 12 Examples of resources include physical machines, VMs, network switches, containers, 13 etc. Almost any infrastructure noun can be represented as a resource in Terraform. 14 15 Terraform is agnostic to the underlying platforms by supporting providers. A provider 16 is responsible for understanding API interactions and exposing resources. Providers 17 generally are an IaaS (e.g. AWS, DigitalOcean, GCE, OpenStack), PaaS (e.g. Heroku, CloudFoundry), 18 or SaaS services (e.g. Atlas, DNSimple, CloudFlare). 19 20 Use the navigation to the left to read about the available providers.