From f811c4c16cb1c3a6d094cd7ff387c0e2ff9f2dd9 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Wed, 10 May 2017 20:25:43 -0400 Subject: [PATCH] documentation: Add OPC to CONTRIBUTING Adds the Oracle OPC provider to the list of Hashicorp Providers in the CONTRIBUTING.md document. --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 72499c521..89aaf8097 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -37,6 +37,7 @@ The current list of HashiCorp Providers is as follows: * `aws` * `azurerm` * `google` + * `opc` Our testing standards are the same for both HashiCorp and Community providers, and HashiCorp runs full acceptance test suites for every provider nightly to