From de6e33dcb073785d7ed683496b6652bc1b845310 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Wed, 6 Mar 2019 13:36:39 -0500 Subject: [PATCH] Update provider_issue.md --- .github/ISSUE_TEMPLATE/provider_issue.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/provider_issue.md b/.github/ISSUE_TEMPLATE/provider_issue.md index c9fc4bdc4..4be91b344 100644 --- a/.github/ISSUE_TEMPLATE/provider_issue.md +++ b/.github/ISSUE_TEMPLATE/provider_issue.md @@ -1,5 +1,5 @@ --- -name: Provider issue (AWS, Azure, GCP, etc.) +name: Provider issue (AWS, Azure, GCP, Oracle, Kubernetes, etc.) about: Do you have a bug, feature request, or other issue with a provider (not Terraform core or the HCL language itself)? --- @@ -12,5 +12,7 @@ Here are some of the most common: * [AWS](https://github.com/terraform-providers/terraform-provider-aws) * [Azure](https://github.com/terraform-providers/terraform-provider-azurerm) * [Google](https://github.com/terraform-providers/terraform-provider-aws) +* [Oracle](https://github.com/terraform-providers/terraform-provider-oci) +* [Kubernetes](https://github.com/terraform-providers/terraform-provider-kubernetes) See the [terraform-providers](https://github.com/terraform-providers) GitHub organization for many others.