From 028476dd0706927d45ed183e6fe8b43ee35abfa3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 16 Feb 2022 15:32:38 -0500 Subject: [PATCH] provider: separate out hashicorp support and vendor support list Signed-off-by: Rui Chen --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99fe9e5..f45c124 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Sponsored by [Scalr - Terraform Automation & Collaboration Software](https://sca - [Community Modules](#community-modules) - [Private Module Registries](#private-module-registries) - [Providers](#providers) + - [Hashicorp supported providers](#hashicorp-supported-providers) + - [Vendor supported providers](#vendor-supported-providers) - [Testing](#testing) - [Tools](#tools) - [Libraries](#libraries) @@ -196,28 +198,34 @@ For more Community Modules not listed here please see the [Terraform Module Regi ## Providers -- [terraform-provider-alicloud](https://github.com/aliyun/terraform-provider-alicloud) - Plugin for Alibaba Cloud. +### Hashicorp supported providers + - [terraform-provider-aws](https://github.com/hashicorp/terraform-provider-aws) - Plugin for Amazon Web Services. - [terraform-provider-azurerm](https://github.com/hashicorp/terraform-provider-azurerm) - Plugin for Microsoft Azure. +- [terraform-provider-docker](https://github.com/hashicorp/terraform-provider-docker) - Plugin for Docker. +- [terraform-provider-google](https://github.com/hashicorp/terraform-provider-google) - Plugin for Google Cloud Platform. +- [terraform-provider-helm](https://github.com/hashicorp/terraform-provider-helm) - Plugin for Helm. +- [terraform-provider-kubernetes](https://github.com/hashicorp/terraform-provider-kubernetes) - Plugin for Kubernetes. +- [terraform-provider-vsphere](https://github.com/hashicorp/terraform-provider-vsphere) - Plugin for VMware vSphere. + +### Vendor supported providers + +- [terraform-provider-alicloud](https://github.com/aliyun/terraform-provider-alicloud) - Plugin for Alibaba Cloud. - [terraform-provider-azuredevops](https://github.com/mikaelkrief/terraform-provider-azuredevops) - Provider for Azure DevOps (VSTS). - [terraform-provider-buildkite](https://github.com/buildkite/terraform-provider-buildkite) - Plugin for Buildkite. - [terraform-provider-checkly](https://github.com/checkly/terraform-provider-checkly) - Manage [Checkly](https://www.checklyhq.com) resources for API & E2E monitoring. - [terraform-provider-datadog](https://github.com/DataDog/terraform-provider-datadog) - Plugin for Datadog. - [terraform-provider-digitalocean](https://github.com/digitalocean/terraform-provider-digitalocean) - Plugin for DigitalOcean. -- [terraform-provider-docker](https://github.com/hashicorp/terraform-provider-docker) - Plugin for Docker. - [terraform-provider-dominos](https://github.com/ndmckinley/terraform-provider-dominos) - Provider for Dominos Pizza. - [terraform-provider-github](https://github.com/integrations/terraform-provider-github) - Plugin for GitHub. - [terraform-provider-gitlab](https://github.com/gitlabhq/terraform-provider-gitlab) - Plugin for GitLab. -- [terraform-provider-google](https://github.com/hashicorp/terraform-provider-google) - Plugin for Google Cloud Platform. - [terraform-provider-graphql](https://github.com/sullivtr/terraform-provider-graphql) - Plugin for GraphQL queries and mutations. - [terraform-provider-hcloud](https://github.com/hetznercloud/terraform-provider-hcloud) - Plugin for Hetzner Cloud. - [terraform-provider-healthchecksio](https://github.com/kristofferahl/terraform-provider-healthchecksio) - Provider to manage healthchecks.io resources. -- [terraform-provider-helm](https://github.com/hashicorp/terraform-provider-helm) - Plugin for Helm. - [terraform-provider-heroku](https://github.com/heroku/terraform-provider-heroku) - Plugin for Heroku. - [terraform-provider-ibm](https://github.com/IBM-Cloud/terraform-provider-ibm) - Plugin for IBM Cloud. - [terraform-provider-k8s](https://github.com/banzaicloud/terraform-provider-k8s) - Simple Kubernetes Provider, works with any manifest. - [terraform-provider-keycloak](https://github.com/mrparkers/terraform-provider-keycloak) - Provider to manage the settings of your [Keycloak](https://www.keycloak.org/) identity provider server. -- [terraform-provider-kubernetes](https://github.com/hashicorp/terraform-provider-kubernetes) - Plugin for Kubernetes. - [terraform-provider-linode](https://github.com/btobolaski/terraform-provider-linode) - Plugin for Linode. - [terraform-provider-openstack](https://github.com/terraform-provider-openstack/terraform-provider-openstack) - Plugin for OpenStack. - [terraform-provider-pingdom](https://github.com/russellcardullo/terraform-provider-pingdom) - Provider to manage Pingdom resources. @@ -230,7 +238,6 @@ For more Community Modules not listed here please see the [Terraform Module Regi - [terraform-provider-ucloud](https://github.com/ucloud/terraform-provider-ucloud) - Provider to manage UCloud resources. - [terraform-provider-uptimerobot](https://github.com/louy/terraform-provider-uptimerobot) - Provider to manage uptimerobot resources. - [terraform-provider-vaulted](https://github.com/sumup-oss/terraform-provider-vaulted) - Encrypted HashiCorp Vault secrets via Terraform that can be stored in SCM such as Git. -- [terraform-provider-vsphere](https://github.com/hashicorp/terraform-provider-vsphere) - Plugin for VMware vSphere. ## Testing