This reverts commit 7481c113ee
.
This commit is contained in:
parent
7481c113ee
commit
f43d66e143
|
@ -8,138 +8,15 @@ description: |-
|
|||
|
||||
# Providers
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
A provider is responsible for understanding API interactions and exposing
|
||||
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. Terraform Enterprise,
|
||||
DNSimple, CloudFlare).
|
||||
|
||||
Use the navigation to the left to find available providers by type or scroll
|
||||
down to see all providers.
|
||||
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td><a href="/docs/providers/alicloud/index.html">Alicloud</a></td>
|
||||
<td><a href="/docs/providers/archive/index.html">Archive</a></td>
|
||||
<td><a href="/docs/providers/aws/index.html">AWS</a></td>
|
||||
</tr>
|
||||
<tf>
|
||||
<td><a href="/docs/providers/bitbucket/index.html">Bitbucket</a></td>
|
||||
<td><a href="/docs/providers/clc/index.html">CenturyLinkCloud</a></td>
|
||||
<td><a href="/docs/providers/chef/index.html">Chef</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/circonus/index.html">Circonus</a></td>
|
||||
<td><a href="/docs/providers/cloudflare/index.html">Cloudflare</a></td>
|
||||
<td><a href="/docs/providers/cloudscale/index.html">CloudScale.ch</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/cloudstack/index.html">CloudStack</a></td>
|
||||
<td><a href="/docs/providers/cobbler/index.html">Cobbler</a></td>
|
||||
<td><a href="/docs/providers/consul/index.html">Consul</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/datadog/index.html">Datadog</a></td>
|
||||
<td><a href="/docs/providers/do/index.html">DigitalOcean</a></td>
|
||||
<td><a href="/docs/providers/dns/index.html">DNS</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/dme/index.html">DNSMadeEasy</a></td>
|
||||
<td><a href="/docs/providers/dnsimple/index.html">DNSimple</a></td>
|
||||
<td><a href="/docs/providers/docker/index.html">Docker</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/dyn/index.html">Dyn</a></td>
|
||||
<td><a href="/docs/providers/external/index.html">External</a></td>
|
||||
<td><a href="/docs/providers/fastly/index.html">Fastly</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/github/index.html">GitHub</a></td>
|
||||
<td><a href="/docs/providers/gitlab/index.html">Gitlab</a></td>
|
||||
<td><a href="/docs/providers/google/index.html">Google Cloud</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/grafana/index.html">Grafana</a></td>
|
||||
<td><a href="/docs/providers/heroku/index.html">Heroku</a></td>
|
||||
<td><a href="/docs/providers/http/index.html">HTTP</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/icinga2/index.html">Icinga2</a></td>
|
||||
<td><a href="/docs/providers/ignition/index.html">Ignition</a></td>
|
||||
<td><a href="/docs/providers/influxdb/index.html">InfluxDB</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/kubernetes/index.html">Kubernetes</a></td>
|
||||
<td><a href="/docs/providers/librato/index.html">Librato</a></td>
|
||||
<td><a href="/docs/providers/local/index.html">Local</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/logentries/index.html">Logentries</a></td>
|
||||
<td><a href="/docs/providers/logicmonitor/index.html">LogicMonitor</a></td>
|
||||
<td><a href="/docs/providers/mailgun/index.html">Mailgun</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/azurerm/index.html">Microsoft Azure</a></td>
|
||||
<td><a href="/docs/providers/azure/index.html">Microsoft Azure (Legacy ASM)</a></td>
|
||||
<td><a href="/docs/providers/mysql/index.html">MySQL</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/newrelic/index.html">New Relic</a></td>
|
||||
<td><a href="/docs/providers/nomad/index.html">Nomad</a></td>
|
||||
<td><a href="/docs/providers/ns1/index.html">NS1</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/null/index.html">Null</a></td>
|
||||
<td><a href="/docs/providers/oneandone/index.html">1&1</a></td>
|
||||
<td><a href="/docs/providers/opc/index.html">Oracle Public Cloud</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/openstack/index.html">OpenStack</a></td>
|
||||
<td><a href="/docs/providers/opentelekomcloud/index.html">OpenTelekomCloud</a></td>
|
||||
<td><a href="/docs/providers/opsgenie/index.html">OpsGenie</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/ovh/index.html">OVH</a></td>
|
||||
<td><a href="/docs/providers/packet/index.html">Packet</a></td>
|
||||
<td><a href="/docs/providers/pagerduty/index.html">PagerDuty</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/postgresql/index.html">PostgreSQL</a></td>
|
||||
<td><a href="/docs/providers/powerdns/index.html">PowerDNS</a></td>
|
||||
<td><a href="/docs/providers/profitbricks/index.html">ProfitBricks</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/rabbitmq/index.html">RabbitMQ</a></td>
|
||||
<td><a href="/docs/providers/rancher/index.html">Rancher</a></td>
|
||||
<td><a href="/docs/providers/random/index.html">Random</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/rundeck/index.html">Rundeck</a></td>
|
||||
<td><a href="/docs/providers/scaleway/index.html">Scaleway</a></td>
|
||||
<td><a href="/docs/providers/softlayer/index.html">SoftLayer</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/statuscake/index.html">StatusCake</a></td>
|
||||
<td><a href="/docs/providers/spotinst/index.html">Spotinst</a></td>
|
||||
<td><a href="/docs/providers/template/index.html">Template</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/terraform/index.html">Terraform</a></td>
|
||||
<td><a href="/docs/providers/terraform-enterprise/index.html">Terraform Enterprise</a></td>
|
||||
<td><a href="/docs/providers/tls/index.html">TLS</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/triton/index.html">Triton</a></td>
|
||||
<td><a href="/docs/providers/ultradns/index.html">UltraDNS</a></td>
|
||||
<td><a href="/docs/providers/vault/index.html">Vault</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/vcd/index.html">VMware vCloud Director</a></td>
|
||||
<td><a href="/docs/providers/vsphere/index.html">VMware vSphere</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
Use the navigation to the left to read about the available providers.
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Cloud Providers"
|
||||
sidebar_current: "docs-providers-cloud"
|
||||
description: |-
|
||||
Category for standard cloud vendors.
|
||||
---
|
||||
|
||||
#Cloud Providers
|
||||
|
||||
This group include cloud providers offering a range of services including IaaS,
|
||||
SaaS, and PaaS offerings. This group of cloud providers include some smaller
|
||||
scale clouds or ones with more specialized offerings. The Terraform provider
|
||||
and associated resources for these clouds are primarily supported by the cloud
|
||||
vendor in close collaboration with HashiCorp, and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Arukas](/docs/providers/arukas/index.html)
|
||||
|
||||
[CenteryLinkCloud](/docs/providers/clc/index.html)
|
||||
|
||||
[CloudScale.ch](/docs/providers/cloudscale/index.html)
|
||||
|
||||
[CloudStack](/docs/providers/cloudstack/index.html)
|
||||
|
||||
[DigitalOcean](/docs/providers/do/index.html)
|
||||
|
||||
[Fastly](/docs/providers/fastly/index.html)
|
||||
|
||||
[Heroku](/docs/providers/heroku/index.html)
|
||||
|
||||
[OpenStack](/docs/providers/openstack/index.html)
|
||||
|
||||
[OVH](/docs/providers/ovh/index.html)
|
||||
|
||||
[Packet](/docs/providers/packet/index.html)
|
||||
|
||||
[ProfitBricks](/docs/providers/profitbricks/index.html)
|
||||
|
||||
[Scaleway](/docs/providers/scaleway/index.html)
|
||||
|
||||
[SoftLayer](/docs/providers/softlayer/index.html)
|
||||
|
||||
[Triton](/docs/providers/triton/index.html)
|
||||
|
||||
[vCloud Director](/docs/providers/vcd/index.html)
|
||||
|
||||
[1&1](/docs/providers/oneandone/index.html)
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Community Providers"
|
||||
sidebar_current: "docs-providers-community"
|
||||
description: |-
|
||||
Category for database vendors.
|
||||
---
|
||||
|
||||
# Community Providers
|
||||
|
||||
The providers listed below have been built by the community of Terraform users
|
||||
and vendors. These providers are not tested nor officially maintained by
|
||||
HashiCorp, and are listed here in order to help users find them easily.
|
||||
|
||||
If you have built a provider and would like to add it to this community list,
|
||||
please fill how this [community providers form](https://docs.google.com/forms/d/e/1FAIpQLSeenG02tGEmz7pntIqMKlp5kY53f8AV5u88wJ_H1pJc2CmvKA/viewform?usp=sf_link#responses).
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Active Directory](https://github.com/GSLabDev/terraform-provider-ad)
|
||||
|
||||
[Apigee](https://github.com/zambien/terraform-provider-apigee)
|
||||
|
||||
[Google Calendar](https://github.com/sethvargo/terraform-provider-googlecalendar)
|
||||
|
||||
[HP OneView](https://github.com/HewlettPackard/terraform-provider-oneview)
|
||||
|
||||
[Microsoft SCVMM](https://github.com/GSLabDev/terraform-provider-scvmm)
|
||||
|
||||
[Open Day Light](https://github.com/GSLabDev/terraform-provider-odl)
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Database Providers"
|
||||
sidebar_current: "docs-providers-database"
|
||||
description: |-
|
||||
Category for database vendors.
|
||||
---
|
||||
|
||||
# Database Providers
|
||||
|
||||
This is a group of database providers offer specific capabilities to provision
|
||||
and configure your database resources. Terraform integrates with with these
|
||||
database services using the specific provider to provision and manages database
|
||||
resources. These providers are primarily supported by the vendor in close
|
||||
collaboration with HashiCorp, and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[InfluxDB](/docs/providers/influxdb/index.html)
|
||||
|
||||
[MySQL](/docs/providers/mysql/index.html)
|
||||
|
||||
[PostgreSQL](/docs/providers/postgresql/index.html)
|
|
@ -1,43 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Infrastructure Software Providers"
|
||||
sidebar_current: "docs-providers-infra"
|
||||
description: |-
|
||||
Category for standard cloud vendors.
|
||||
---
|
||||
|
||||
# Infrastructure Software Providers
|
||||
|
||||
This is a group of software providers offering specialized infrastructure
|
||||
management capabilities such as configuration management. Terraform integrates
|
||||
with these tools using the specific providers to enable these specialized tools
|
||||
to execute tasks during the provisioning of infrastructure. These providers
|
||||
are primarily supported by the vendor in close collaboration with HashiCorp,
|
||||
and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Chef](/docs/providers/chef/index.html)
|
||||
|
||||
[Consul](/docs/providers/consul/index.html)
|
||||
|
||||
[Kubernetes](/docs/providers/kubernetes/index.html)
|
||||
|
||||
[Mailgun](/docs/providers/mailgun/index.html)
|
||||
|
||||
[Nomad](/docs/providers/nomad/index.html)
|
||||
|
||||
[RabbitMQ](/docs/providers/rabbitmq/index.html)
|
||||
|
||||
[Rancher](/docs/providers/rancher/index.html)
|
||||
|
||||
[Rundeck](/docs/providers/rundeck/index.html)
|
||||
|
||||
[Spotinst](/docs/providers/spotinst/index.html)
|
||||
|
||||
[Terraform](/docs/providers/terraform/index.html)
|
||||
|
||||
[Terraform Enterprise](/docs/providers/terraform-enterprise/index.html)
|
||||
|
||||
[Vault](/docs/providers/vault/index.html)
|
|
@ -1,32 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Major Cloud Providers"
|
||||
sidebar_current: "docs-providers-major"
|
||||
description: |-
|
||||
Category for major cloud vendors.
|
||||
---
|
||||
|
||||
# Major Cloud Providers
|
||||
|
||||
This group includes hyper-scale cloud providers that offer a range of services
|
||||
including IaaS, SaaS, and PaaS. A large percentage of Terraform users provision
|
||||
their infrastructure on these major cloud providers. HashiCorp closely partners
|
||||
with these cloud providers to offer best-in-class integration to provision and
|
||||
manage the majority of the services offered. These providers are primarily
|
||||
supported by the cloud vendor in close collaboration with HashiCorp, and are
|
||||
tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[AliCloud](/docs/providers/alicloud/index.html)
|
||||
|
||||
[AWS](/docs/providers/aws/index.html)
|
||||
|
||||
[Google Cloud](/docs/providers/google/index.html)
|
||||
|
||||
[Microsoft Azure](/docs/providers/azurerm/index.html)
|
||||
|
||||
[Oracle Public Cloud](/docs/providers/opc/index.html)
|
||||
|
||||
[VMware vSphere](/docs/providers/vsphere/index.html)
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Misc Providers"
|
||||
sidebar_current: "docs-providers-misc"
|
||||
description: |-
|
||||
Category for database vendors.
|
||||
---
|
||||
|
||||
# Miscellaneous Providers
|
||||
|
||||
This is a group of miscellaneous providers offer specific capabilities that can
|
||||
be useful when working with Terraform. These providers are primarily supported
|
||||
by the vendors and the Terraform community, and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Archive](/docs/providers/archive/index.html)
|
||||
|
||||
[Cobbler](/docs/providers/cobbler/index.html)
|
||||
|
||||
[External](/docs/providers/external/index.html)
|
||||
|
||||
[Ignition](/docs/providers/ignition/index.html)
|
||||
|
||||
[Local](/docs/providers/local/index.html)
|
||||
|
||||
[Null](/docs/providers/null/index.html)
|
||||
|
||||
[Random](/docs/providers/random/index.html)
|
||||
|
||||
[Template](/docs/providers/template/index.html)
|
||||
|
||||
[TLS](/docs/providers/tls/index.html)
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Monitor & Sys Management Providers"
|
||||
sidebar_current: "docs-providers-monitor"
|
||||
description: |-
|
||||
Category for monitoring and system management vendors.
|
||||
---
|
||||
|
||||
# Monitoring & System Management Providers
|
||||
|
||||
This is a group of monitoring & system management providers that offer the
|
||||
capability to configure and manage services such as loggers, metric tools,
|
||||
and monitoring services. Terraform integrates with these services using the
|
||||
specific provider to enable these specialized monitoring capabilities. These
|
||||
providers are primarily supported by the vendor in close collaboration with
|
||||
HashiCorp, and are tested by HashiCorp.
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Circonus](/docs/providers/circonus/index.html)
|
||||
|
||||
[Datadog](/docs/providers/datadog/index.html)
|
||||
|
||||
[Dyn](/docs/providers/dyn/index.html)
|
||||
|
||||
[Grafana](/docs/providers/grafana/index.html)
|
||||
|
||||
[Icinga2](/docs/providers/icinga2/index.html)
|
||||
|
||||
[Librato](/docs/providers/librato/index.html)
|
||||
|
||||
[Logentries](/docs/providers/logentries/index.html)
|
||||
|
||||
[LogicMonitor](/docs/providers/logicmonitor/index.html)
|
||||
|
||||
[New Relic](/docs/providers/newrelic/index.html)
|
||||
|
||||
[OpsGenie](/docs/providers/opsgenie/index.html)
|
||||
|
||||
[PagerDuty](/docs/providers/pagerduty/index.html)
|
||||
|
||||
[StatusCake](/docs/providers/statuscake/index.html)
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Network Providers"
|
||||
sidebar_current: "docs-providers-network"
|
||||
description: |-
|
||||
Category for netowrk vendors.
|
||||
---
|
||||
|
||||
# Network Providers
|
||||
|
||||
This is a group of network providers that offer specific network capabilities
|
||||
such and DNS, routing, and firewall configuration. The providers generally
|
||||
offer a cloud-based service and Terraform integrates with these services using
|
||||
the specific providers. These providers are primarily supported by the vendor
|
||||
in close collaboration with HashiCorp, and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Cloudflare](/docs/providers/cloudflare/index.html)
|
||||
|
||||
[DNS](/docs/providers/dns/index.html)
|
||||
|
||||
[DNSimple](/docs/providers/dnsimple/index.html)
|
||||
|
||||
[DNCMadeEasy](/docs/providers/dme/index.html)
|
||||
|
||||
[HTTP](/docs/providers/http/index.html)
|
||||
|
||||
[NS1](/docs/providers/ns1/index.html)
|
||||
|
||||
[PowerDNS](/docs/providers/powerdns/index.html)
|
||||
|
||||
[UltraDNS](/docs/providers/ultradns/index.html)
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "VCS Providers"
|
||||
sidebar_current: "docs-providers-vcs"
|
||||
description: |-
|
||||
Category for version control vendors.
|
||||
---
|
||||
|
||||
# Version Control Providers
|
||||
|
||||
This is a group of Version Control System (VCS) providers that offer
|
||||
capabilities of using Terraform to manage your VCS projects, teams and
|
||||
repositories. Terraform integrates with these services to create and manage
|
||||
resources provided by the VCS. These providers are primarily supported by the
|
||||
vendor in close collaboration with HashiCorp, and are tested by HashiCorp.
|
||||
|
||||
---
|
||||
|
||||
|
||||
[Bitbucket](/docs/providers/bitbucket/index.html)
|
||||
|
||||
[Github](/docs/providers/github/index.html)
|
||||
|
||||
[Gitlab](/docs/providers/gitlab/index.html)
|
|
@ -200,43 +200,289 @@
|
|||
<li<%= sidebar_current("docs-providers") %>>
|
||||
<a href="/docs/providers/index.html">Providers</a>
|
||||
<ul class="nav">
|
||||
|
||||
<li<%= sidebar_current("docs-providers-major") %>>
|
||||
<a href="/docs/providers/type/major-index.html">Major Cloud</a>
|
||||
<li<%= sidebar_current("docs-providers-alicloud") %>>
|
||||
<a href="/docs/providers/alicloud/index.html">Alicloud</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-cloud") %>>
|
||||
<a href="/docs/providers/type/cloud-index.html"> Cloud</a>
|
||||
<li<%= sidebar_current("docs-providers-archive") %>>
|
||||
<a href="/docs/providers/archive/index.html">Archive</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-infra") %>>
|
||||
<a href="/docs/providers/type/infra-index.html">Infrastructure Software</a>
|
||||
<li<%= sidebar_current("docs-providers-arukas") %>>
|
||||
<a href="/docs/providers/arukas/index.html">Arukas</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-network") %>>
|
||||
<a href="/docs/providers/type/network-index.html">Network</a>
|
||||
<li<%= sidebar_current("docs-providers-aws") %>>
|
||||
<a href="/docs/providers/aws/index.html">AWS</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-vcs") %>>
|
||||
<a href="/docs/providers/type/vcs-index.html">VCS</a>
|
||||
<li<%= sidebar_current("docs-providers-azurerm") %>>
|
||||
<a href="/docs/providers/azurerm/index.html">Azure</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-monitor") %>>
|
||||
<a href="/docs/providers/type/monitor-index.html">Monitor & System Management</a>
|
||||
<li<%= sidebar_current("docs-providers-bitbucket") %>>
|
||||
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-database") %>>
|
||||
<a href="/docs/providers/type/database-index.html">Database</a>
|
||||
<li<%= sidebar_current("docs-providers-clc") %>>
|
||||
<a href="/docs/providers/clc/index.html">CenturyLinkCloud</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-misc") %>>
|
||||
<a href="/docs/providers/type/misc-index.html">Misc.</a>
|
||||
<li<%= sidebar_current("docs-providers-chef") %>>
|
||||
<a href="/docs/providers/chef/index.html">Chef</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-community") %>>
|
||||
<a href="/docs/providers/type/community-index.html">Community</a>
|
||||
<li<%= sidebar_current("docs-providers-circonus") %>>
|
||||
<a href="/docs/providers/circonus/index.html">Circonus</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-cloudflare") %>>
|
||||
<a href="/docs/providers/cloudflare/index.html">Cloudflare</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-cloudscale") %>>
|
||||
<a href="/docs/providers/cloudscale/index.html">CloudScale.ch</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-cloudstack") %>>
|
||||
<a href="/docs/providers/cloudstack/index.html">CloudStack</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-cobbler") %>>
|
||||
<a href="/docs/providers/cobbler/index.html">Cobbler</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-consul") %>>
|
||||
<a href="/docs/providers/consul/index.html">Consul</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-datadog") %>>
|
||||
<a href="/docs/providers/datadog/index.html">Datadog</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-do") %>>
|
||||
<a href="/docs/providers/do/index.html">DigitalOcean</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-dns") %>>
|
||||
<a href="/docs/providers/dns/index.html">DNS</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-dme") %>>
|
||||
<a href="/docs/providers/dme/index.html">DNSMadeEasy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-dnsimple") %>>
|
||||
<a href="/docs/providers/dnsimple/index.html">DNSimple</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-docker") %>>
|
||||
<a href="/docs/providers/docker/index.html">Docker</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-dyn") %>>
|
||||
<a href="/docs/providers/dyn/index.html">Dyn</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-external") %>>
|
||||
<a href="/docs/providers/external/index.html">External</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-fastly") %>>
|
||||
<a href="/docs/providers/fastly/index.html">Fastly</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-github") %>>
|
||||
<a href="/docs/providers/github/index.html">GitHub</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-gitlab") %>>
|
||||
<a href="/docs/providers/gitlab/index.html">Gitlab</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-google") %>>
|
||||
<a href="/docs/providers/google/index.html">Google Cloud</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-grafana") %>>
|
||||
<a href="/docs/providers/grafana/index.html">Grafana</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-heroku") %>>
|
||||
<a href="/docs/providers/heroku/index.html">Heroku</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-http") %>>
|
||||
<a href="/docs/providers/http/index.html">HTTP</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-icinga2") %>>
|
||||
<a href="/docs/providers/icinga2/index.html">Icinga2</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-ignition") %>>
|
||||
<a href="/docs/providers/ignition/index.html">Ignition</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-influxdb") %>>
|
||||
<a href="/docs/providers/influxdb/index.html">InfluxDB</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-kubernetes") %>>
|
||||
<a href="/docs/providers/kubernetes/index.html">Kubernetes</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-librato") %>>
|
||||
<a href="/docs/providers/librato/index.html">Librato</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-local") %>>
|
||||
<a href="/docs/providers/local/index.html">Local</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-logentries") %>>
|
||||
<a href="/docs/providers/logentries/index.html">Logentries</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-logicmonitor") %>>
|
||||
<a href="/docs/providers/logicmonitor/index.html">LogicMonitor</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-mailgun") %>>
|
||||
<a href="/docs/providers/mailgun/index.html">Mailgun</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-mysql") %>>
|
||||
<a href="/docs/providers/mysql/index.html">MySQL</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-newrelic") %>>
|
||||
<a href="/docs/providers/newrelic/index.html">New Relic</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-nomad") %>>
|
||||
<a href="/docs/providers/nomad/index.html">Nomad</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-ns1") %>>
|
||||
<a href="/docs/providers/ns1/index.html">NS1</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-null") %>>
|
||||
<a href="/docs/providers/null/index.html">Null</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-oneandone") %>>
|
||||
<a href="/docs/providers/oneandone/index.html">1&1</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-opc") %>>
|
||||
<a href="/docs/providers/opc/index.html">Oracle Public Cloud</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-openstack") %>>
|
||||
<a href="/docs/providers/openstack/index.html">OpenStack</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-opentelekomcloud") %>>
|
||||
<a href="/docs/providers/opentelekomcloud/index.html">OpenTelekomCloud</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-opsgenie") %>>
|
||||
<a href="/docs/providers/opsgenie/index.html">OpsGenie</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-ovh") %>>
|
||||
<a href="/docs/providers/ovh/index.html">OVH</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-packet") %>>
|
||||
<a href="/docs/providers/packet/index.html">Packet</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-pagerduty") %>>
|
||||
<a href="/docs/providers/pagerduty/index.html">PagerDuty</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-postgresql") %>>
|
||||
<a href="/docs/providers/postgresql/index.html">PostgreSQL</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-powerdns") %>>
|
||||
<a href="/docs/providers/powerdns/index.html">PowerDNS</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-profitbricks") %>>
|
||||
<a href="/docs/providers/profitbricks/index.html">ProfitBricks</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-rabbitmq") %>>
|
||||
<a href="/docs/providers/rabbitmq/index.html">RabbitMQ</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-rancher") %>>
|
||||
<a href="/docs/providers/rancher/index.html">Rancher</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-random") %>>
|
||||
<a href="/docs/providers/random/index.html">Random</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-rundeck") %>>
|
||||
<a href="/docs/providers/rundeck/index.html">Rundeck</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-scaleway") %>>
|
||||
<a href="/docs/providers/scaleway/index.html">Scaleway</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-softlayer") %>>
|
||||
<a href="/docs/providers/softlayer/index.html">SoftLayer</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-statuscake") %>>
|
||||
<a href="/docs/providers/statuscake/index.html">StatusCake</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-spotinst") %>>
|
||||
<a href="/docs/providers/spotinst/index.html">Spotinst</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-template") %>>
|
||||
<a href="/docs/providers/template/index.html">Template</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-terraform") %>>
|
||||
<a href="/docs/providers/terraform/index.html">Terraform</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-terraform-enterprise") %>>
|
||||
<a href="/docs/providers/terraform-enterprise/index.html">Terraform Enterprise</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-tls") %>>
|
||||
<a href="/docs/providers/tls/index.html">TLS</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-triton") %>>
|
||||
<a href="/docs/providers/triton/index.html">Triton</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-ultradns") %>>
|
||||
<a href="/docs/providers/ultradns/index.html">UltraDNS</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-vault") %>>
|
||||
<a href="/docs/providers/vault/index.html">Vault</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-vcd") %>>
|
||||
<a href="/docs/providers/vcd/index.html">VMware vCloud Director</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-vsphere") %>>
|
||||
<a href="/docs/providers/vsphere/index.html">VMware vSphere</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
@ -367,16 +613,16 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<li<%= sidebar_current("docs-enterprise-home") %>>
|
||||
<a class="back" href="/docs/enterprise/index.html">Terraform Enterprise (classic)</a>
|
||||
<li<%= sidebar_current("docs-enterprise2-home") %>>
|
||||
<a class="back" href="/docs/enterprise/index.html">Terraform Enterprise</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-enterprise2-home") %>>
|
||||
<a class="back" href="/docs/enterprise-beta/index.html">Terraform Enterprise (beta)</a>
|
||||
<li<%= sidebar_current("docs-enterprise-home") %>>
|
||||
<a class="back" href="/docs/enterprise-legacy/index.html">Terraform Enterprise (legacy)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue