forked from hashicorp/terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure terraform.io to include provider categories (hashicorp#16934
) * add catagory files * try new source path * cleaning up formatting * fixin * add all providers to providers index page * add descriptions * add link to form and first two providers * small edits * small edits * small changes * add community providers and decription edit from marketing * add some lines to improve design * fix typos
- Loading branch information
Showing
11 changed files
with
469 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
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) |
Oops, something went wrong.