Document the Terraform provider - #483
Open
IlyaasK wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk Assessment: Very Low
Verdict: Safe to approve.
What changed (from the diff)
- Added
integrations/terraform.mdx— a short public docs page describing the Kernel Terraform provider, env vars, and links to the Terraform Registry / GitHub - Added one Integrations sidebar entry in
docs.json - Added one bullet link on
integrations/overview.mdx
Why this is Very Low risk
- Documentation-only Mintlify content and navigation wiring
- Small, additive diff (+41 / −0) with no application, auth, billing, or infrastructure code
- No shared runtime systems or production logic modified
- Blast radius limited to docs discoverability for an existing public provider
Checks
- No CODEOWNERS file requiring a human owner approval path
- No prior approvals on this PR
- No reviewers assigned or requested by this assessment
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Why
Kernel Terraform Provider v0.1 is publicly available. Customers need a discoverable path from Kernel documentation without duplicating the provider reference documentation maintained by the Registry and provider repository.
Scope
The page documents durable infrastructure management only. It directs runtime browser operations to Kernel SDKs and APIs.
Verification
python3 -m json.tool docs.jsonbunx --bun mint broken-linkshttps://registry.terraform.io/providers/kernel/kernel/latestreturns HTTP 200Note
Low Risk
Documentation and navigation only; no application or infrastructure code changes.
Overview
Adds a Terraform integration guide so customers can find the official
kernel/kernelprovider from Kernel docs after v0.1 went public.The new page covers minimal
required_providers/providersetup,KERNEL_API_KEYand optionalKERNEL_PROJECT_ID, and clarifies that Terraform is for durable config (projects, browser pools, imports) while runtime browser work stays on SDKs/API. It links out to the Terraform Registry and GitHub for full reference instead of duplicating provider docs.Navigation is wired via
docs.json(Integrations sidebar) and a bullet onintegrations/overview.mdx.Reviewed by Cursor Bugbot for commit aedc9dc. Bugbot is set up for automated code reviews on this repo. Configure here.