github.com/hartzell/terraform@v0.8.6-0.20180503104400-0cc9e050ecd4/website/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 update infrastructure resources such
    12  as physical machines, VMs, network switches, containers, and more. Almost any
    13  infrastructure type can be represented as a resource in Terraform.
    14  
    15  A provider is responsible for understanding API interactions and exposing
    16  resources. Providers generally are an IaaS (e.g. AWS, GCP, Microsoft Azure,
    17  OpenStack), PaaS (e.g. Heroku), or SaaS services (e.g. Terraform Enterprise,
    18  DNSimple, CloudFlare).
    19  
    20  Use the navigation to the left to find available providers by type or scroll
    21  down to see all providers.
    22  
    23  <table class="table">
    24  
    25      <td><a href="/docs/providers/alicloud/index.html">Alicloud</a></td>
    26      <td><a href="/docs/providers/archive/index.html">Archive</a></td>
    27      <td><a href="/docs/providers/aws/index.html">AWS</a></td>
    28      </tr>
    29      <tr>
    30      <td><a href="/docs/providers/azurerm/index.html">Azure</a></td>
    31      <td><a href="/docs/providers/bitbucket/index.html">Bitbucket</a></td>
    32      <td><a href="/docs/providers/clc/index.html">CenturyLinkCloud</a></td>
    33      </tr>
    34      <tr>
    35      <td><a href="/docs/providers/chef/index.html">Chef</a></td>
    36      <td><a href="/docs/providers/circonus/index.html">Circonus</a></td>
    37      <td><a href="/docs/providers/cloudflare/index.html">Cloudflare</a></td>
    38      </tr>
    39      <tr>
    40      <td><a href="/docs/providers/cloudscale/index.html">CloudScale.ch</a></td>
    41      <td><a href="/docs/providers/cloudstack/index.html">CloudStack</a></td>
    42      <td><a href="/docs/providers/cobbler/index.html">Cobbler</a></td>
    43      </tr>
    44      <tr>
    45      <td><a href="/docs/providers/consul/index.html">Consul</a></td>
    46      <td><a href="/docs/providers/datadog/index.html">Datadog</a></td>
    47      <td><a href="/docs/providers/do/index.html">DigitalOcean</a></td>
    48      </tr>
    49      <tr>
    50      <td><a href="/docs/providers/dns/index.html">DNS</a></td>
    51      <td><a href="/docs/providers/dme/index.html">DNSMadeEasy</a></td>
    52      <td><a href="/docs/providers/dnsimple/index.html">DNSimple</a></td>
    53      </tr>
    54      <tr>
    55      <td><a href="/docs/providers/docker/index.html">Docker</a></td>
    56      <td><a href="/docs/providers/dyn/index.html">Dyn</a></td>
    57      <td><a href="/docs/providers/external/index.html">External</a></td>
    58      </tr>
    59      <tr>
    60      <td><a href="/docs/providers/fastly/index.html">Fastly</a></td>
    61      <td><a href="/docs/providers/github/index.html">GitHub</a></td>
    62      <td><a href="/docs/providers/gitlab/index.html">Gitlab</a></td>
    63      </tr>
    64      <tr>
    65      <td><a href="/docs/providers/google/index.html">Google Cloud</a></td>
    66      <td><a href="/docs/providers/grafana/index.html">Grafana</a></td>
    67      <td><a href="/docs/providers/heroku/index.html">Heroku</a></td>
    68      </tr>
    69      <tr>
    70      <td><a href="/docs/providers/http/index.html">HTTP</a></td>
    71      <td><a href="/docs/providers/icinga2/index.html">Icinga2</a></td>
    72      <td><a href="/docs/providers/ignition/index.html">Ignition</a></td>
    73      </tr>
    74      <tr>
    75      <td><a href="/docs/providers/influxdb/index.html">InfluxDB</a></td>
    76      <td><a href="/docs/providers/kubernetes/index.html">Kubernetes</a></td>
    77      <td><a href="/docs/providers/librato/index.html">Librato</a></td>
    78      </tr>
    79      <tr>
    80      <td><a href="/docs/providers/local/index.html">Local</a></td>
    81      <td><a href="/docs/providers/logentries/index.html">Logentries</a></td>
    82      <td><a href="/docs/providers/logicmonitor/index.html">LogicMonitor</a></td>
    83      </tr>
    84      <tr>
    85      <td><a href="/docs/providers/mailgun/index.html">Mailgun</a></td>
    86      <td><a href="/docs/providers/mysql/index.html">MySQL</a></td>
    87      <td><a href="/docs/providers/newrelic/index.html">New Relic</a></td>
    88      </tr>
    89      <tr>
    90      <td><a href="/docs/providers/nomad/index.html">Nomad</a></td>
    91      <td><a href="/docs/providers/ns1/index.html">NS1</a></td>
    92      <td><a href="/docs/providers/null/index.html">Null</a></td>
    93      </tr>
    94      <tr>
    95      <td><a href="/docs/providers/oneandone/index.html">1&1</a></td>
    96      <td><a href="/docs/providers/openstack/index.html">OpenStack</a></td>
    97      <td><a href="/docs/providers/opentelekomcloud/index.html">OpenTelekomCloud</a></td>
    98      </tr>
    99      <tr>
   100      <td><a href="/docs/providers/opsgenie/index.html">OpsGenie</a></td>
   101      <td><a href="/docs/providers/opc/index.html">Oracle Public Cloud</a></td>
   102      <td><a href="/docs/providers/oraclepaas/index.html">Oracle Cloud Platform </a></td>
   103      </tr>
   104      <tr>
   105      <td><a href="/docs/providers/ovh/index.html">OVH</a></td>
   106      <td><a href="/docs/providers/packet/index.html">Packet</a></td>
   107      <td><a href="/docs/providers/pagerduty/index.html">PagerDuty</a></td>
   108      </tr>
   109      <tr>
   110      <td><a href="/docs/providers/panos/index.html">Palo Alto Networks</a></td>
   111      <td><a href="/docs/providers/postgresql/index.html">PostgreSQL</a></td>
   112      <td><a href="/docs/providers/powerdns/index.html">PowerDNS</a></td>
   113      </tr>
   114      <tr>
   115      <td><a href="/docs/providers/profitbricks/index.html">ProfitBricks</a></td>
   116      <td><a href="/docs/providers/rabbitmq/index.html">RabbitMQ</a></td>
   117      <td><a href="/docs/providers/rancher/index.html">Rancher</a></td>
   118      </tr>
   119      <tr>
   120      <td><a href="/docs/providers/random/index.html">Random</a></td>
   121      <td><a href="/docs/providers/rundeck/index.html">Rundeck</a></td>
   122      <td><a href="/docs/providers/scaleway/index.html">Scaleway</a></td>
   123      </tr>
   124      <tr>
   125      <td><a href="/docs/providers/softlayer/index.html">SoftLayer</a></td>
   126      <td><a href="/docs/providers/statuscake/index.html">StatusCake</a></td>
   127      <td><a href="/docs/providers/spotinst/index.html">Spotinst</a></td>
   128      </tr>
   129      <tr>
   130      <td><a href="/docs/providers/template/index.html">Template</a></td>
   131      <td><a href="/docs/providers/terraform/index.html">Terraform</a></td>
   132      <td><a href="/docs/providers/terraform-enterprise/index.html">Terraform Enterprise</a></td>
   133      </tr>
   134      <tr>
   135      <td><a href="/docs/providers/tls/index.html">TLS</a></td>
   136      <td><a href="/docs/providers/triton/index.html">Triton</a></td>
   137      <td><a href="/docs/providers/ultradns/index.html">UltraDNS</a></td>
   138      </tr>
   139      <tr>
   140      <td><a href="/docs/providers/vault/index.html">Vault</a></td>
   141      <td><a href="/docs/providers/vcd/index.html">VMware vCloud Director</a></td>
   142      <td><a href="/docs/providers/nsxt/index.html">VMware NSX-T</a></td>
   143      </tr>
   144      <tr>
   145      <td><a href="/docs/providers/vsphere/index.html">VMware vSphere</a></td>
   146      <td><a></a></td>
   147      <td><a></a></td>
   148      </tr>
   149  </table>
   150  
   151  
   152  More providers can be found on our [Community Providers](/docs/providers/type/community-index.html) page.