2014-07-23 20:50:41 +02:00
---
layout: "docs"
page_title: "Providers"
sidebar_current: "docs-providers"
2014-10-22 05:21:56 +02:00
description: |-
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.
2014-07-23 20:50:41 +02:00
---
# Providers
2018-01-05 00:04:35 +01:00
Terraform is used to create, manage, and update infrastructure resources such
as physical machines, VMs, network switches, containers, and more. Almost any
infrastructure type can be represented as a resource in Terraform.
2014-07-23 20:50:41 +02:00
2018-01-05 00:04:35 +01:00
A provider is responsible for understanding API interactions and exposing
2016-06-09 23:43:39 +02:00
resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure,
2017-03-23 20:28:10 +01:00
OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Terraform Enterprise,
DNSimple, CloudFlare).
2014-07-23 20:50:41 +02:00
2018-01-05 00:04:35 +01:00
Use the navigation to the left to find available providers by type or scroll
down to see all providers.
< table class = "table" >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/acme/index.html" > ACME< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/alicloud/index.html" > Alicloud< / a > < / td >
< td > < a href = "/docs/providers/archive/index.html" > Archive< / a > < / td >
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/arukas/index.html" > Arukas< / a > < / td >
< td > < a href = "/docs/providers/aws/index.html" > AWS< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/azurerm/index.html" > Azure< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/azurestack/index.html" > Azure Stack< / a > < / td >
2018-08-07 01:14:37 +02:00
< td > < a href = "/docs/providers/bitbucket/index.html" > Bitbucket< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/brightbox/index.html" > Brightbox< / a > < / td >
2018-08-07 01:14:37 +02:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/clc/index.html" > CenturyLinkCloud< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/chef/index.html" > Chef< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/circonus/index.html" > Circonus< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/cloudflare/index.html" > Cloudflare< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/cloudscale/index.html" > CloudScale.ch< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/cloudstack/index.html" > CloudStack< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/cobbler/index.html" > Cobbler< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/consul/index.html" > Consul< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/datadog/index.html" > Datadog< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/do/index.html" > DigitalOcean< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/dns/index.html" > DNS< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/dme/index.html" > DNSMadeEasy< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/dnsimple/index.html" > DNSimple< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/docker/index.html" > Docker< / a > < / td >
2018-08-17 20:33:09 +02:00
< td > < a href = "/docs/providers/dyn/index.html" > Dyn< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/external/index.html" > External< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/bigip/index.html" > F5 BIG-IP< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/fastly/index.html" > Fastly< / a > < / td >
< / tr >
< tr >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/flexibleengine/index.html" > FlexibleEngine< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/github/index.html" > GitHub< / a > < / td >
2018-06-01 00:35:55 +02:00
< td > < a href = "/docs/providers/gitlab/index.html" > Gitlab< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/google/index.html" > Google Cloud< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/grafana/index.html" > Grafana< / a > < / td >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/helm/index.html" > Helm< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/heroku/index.html" > Heroku< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/hcloud/index.html" > Hetzner Cloud< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/http/index.html" > HTTP< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/huaweicloud/index.html" > HuaweiCloud< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/icinga2/index.html" > Icinga2< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/ignition/index.html" > Ignition< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/influxdb/index.html" > InfluxDB< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/kubernetes/index.html" > Kubernetes< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/librato/index.html" > Librato< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/local/index.html" > Local< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/logentries/index.html" > Logentries< / a > < / td >
2018-08-09 22:16:34 +02:00
< td > < a href = "/docs/providers/logicmonitor/index.html" > LogicMonitor< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/mailgun/index.html" > Mailgun< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/mysql/index.html" > MySQL< / a > < / td >
2018-09-13 20:19:40 +02:00
< td > < a href = "/docs/providers/netlify/index.html" > Netlify< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/newrelic/index.html" > New Relic< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/nomad/index.html" > Nomad< / a > < / td >
2018-09-13 20:19:40 +02:00
< td > < a href = "/docs/providers/ns1/index.html" > NS1< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/null/index.html" > Null< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/nutanix/index.html" > Nutanix< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/oneandone/index.html" > 1& 1< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/openstack/index.html" > OpenStack< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/opentelekomcloud/index.html" > OpenTelekomCloud< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/opsgenie/index.html" > OpsGenie< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/oci/index.html" > Oracle Cloud Infrastructure< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/oraclepaas/index.html" > Oracle Cloud Platform< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/opc/index.html" > Oracle Public Cloud< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/ovh/index.html" > OVH< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/packet/index.html" > Packet< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/pagerduty/index.html" > PagerDuty< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/panos/index.html" > Palo Alto Networks< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/postgresql/index.html" > PostgreSQL< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/powerdns/index.html" > PowerDNS< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/profitbricks/index.html" > ProfitBricks< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/rabbitmq/index.html" > RabbitMQ< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/rancher/index.html" > Rancher< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/random/index.html" > Random< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/rightscale/index.html" > RightScale< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/rundeck/index.html" > Rundeck< / a > < / td >
2018-08-07 01:14:37 +02:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/runscope/index.html" > RunScope< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/scaleway/index.html" > Scaleway< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/softlayer/index.html" > SoftLayer< / a > < / td >
2018-01-05 00:04:35 +01:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/statuscake/index.html" > StatusCake< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/spotinst/index.html" > Spotinst< / a > < / td >
2018-09-26 23:28:33 +02:00
< td > < a href = "/docs/providers/telefonicaopencloud/index.html" > TelefonicaOpenCloud< / a > < / td >
2018-04-09 19:52:57 +02:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/template/index.html" > Template< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/tencentcloud/index.html" > TencentCloud< / a > < / td >
2018-09-27 21:14:04 +02:00
< td > < a href = "/docs/providers/terraform/index.html" > Terraform< / a > < / td >
2018-08-09 22:16:34 +02:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/tfe/index.html" > Terraform Enterprise< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/tls/index.html" > TLS< / a > < / td >
2018-09-27 21:14:04 +02:00
< td > < a href = "/docs/providers/triton/index.html" > Triton< / a > < / td >
2018-09-19 22:15:35 +02:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/ultradns/index.html" > UltraDNS< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a href = "/docs/providers/vault/index.html" > Vault< / a > < / td >
2018-09-27 21:14:04 +02:00
< td > < a href = "/docs/providers/vcd/index.html" > VMware vCloud Director< / a > < / td >
2018-10-09 23:29:52 +02:00
< / tr >
< tr >
2018-10-10 01:57:54 +02:00
< td > < a href = "/docs/providers/nsxt/index.html" > VMware NSX-T< / a > < / td >
2018-01-05 00:04:35 +01:00
< td > < a href = "/docs/providers/vsphere/index.html" > VMware vSphere< / a > < / td >
2018-10-09 23:29:52 +02:00
< td > < a > < / a > < / td >
2018-01-09 00:00:56 +01:00
< / tr >
2018-01-05 00:04:35 +01:00
< / table >
More providers can be found on our [Community Providers ](/docs/providers/type/community-index.html ) page.