From cada5d12a9b9bf482d03a38c07c9c6d23e2034f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:11:54 +0000 Subject: [PATCH] chore: add oracle/oci to tfprovidercheck allowed providers in CI Required for terraform/oci/lolice-control-plane Terraform module (BOXP-129). The oracle/oci provider must be in the TFPROVIDERCHECK_CONFIG_BODY allowlist before PRs adding OCI Terraform modules can pass CI. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/wc-plan.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wc-plan.yaml b/.github/workflows/wc-plan.yaml index 3b80adcb11..db7ebdd4f8 100644 --- a/.github/workflows/wc-plan.yaml +++ b/.github/workflows/wc-plan.yaml @@ -156,6 +156,7 @@ jobs: - name: registry.terraform.io/hashicorp/random - name: registry.terraform.io/hashicorp/time - name: registry.terraform.io/integrations/github + - name: registry.terraform.io/oracle/oci - name: registry.terraform.io/tailscale/tailscale GITHUB_TOKEN: ${{steps.pull_request_token.outputs.token}} # For github-comment