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.