docs: Add shadow_link to Terraform provider resource list (DOC-2022) - #649
docs: Add shadow_link to Terraform provider resource list (DOC-2022)#649Feediver1 wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe Terraform provider resource list in the manage documentation now includes Shadow links. Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
…ment Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Feediver1
left a comment
There was a problem hiding this comment.
Docs team standards review (automated final pass)
Files reviewed: 2 .adoc files (+5 lines)
Overall assessment: Clean and fully verified — every product claim traces to the provider's shipped schema and docs. No critical issues, no content suggestions.
Verification detail
shadow_linkshipped in v2.0.0 ✓ — provider release v2.0.0 (2026-06-03) includes "Feat/shadow link" (terraform-provider-redpanda#343). The "(v2.0.0+)" claim is exact.- Registry link returns 200 ✓; resource list stays alphabetical ✓.
- Every sync-options claim matches the shipped schema ✓ —
client_options,topic_metadata_sync_options,consumer_offset_sync_options,security_sync_options(ACLs), andschema_registry_sync_optionsall exist on the resource. - The password-as-secret claim is precisely right ✓ — the provider requires SASL credentials as
${secrets.<NAME>}references to dataplane secrets on the shadow cluster ("the plaintext value never leaves the shadow cluster's secret store"), so Terraform state holds only the reference. - June placement is correct by convention ✓ — entries group by ship month; the sibling v2.0.0 secrets entry is in June.
- Companion docs#1827 is merged, so the entry's
setup.adocxref lands on content that includes the Terraform tabs.
Jira
- DOC-2022: this PR is the cloud-docs remainder; note the ticket is already Done, so merging promptly keeps the board honest.
- DOC-2395 (What's New umbrella, In Review): this contributes the Terraform shadow-link entry.
Optional thought (non-blocking)
This is the first Cloud What's New mention of Shadowing at all — if Shadowing-on-Cloud warrants its own announcement entry, this one would read better landing after it. Product/marketing call.
🤖 Generated with Claude Code
Resolves https://redpandadata.atlassian.net/browse/DOC-2022
Adds
shadow_linkto the resource list on the Redpanda Terraform provider page, linking to the registry reference. The resource shipped in provider v2.0.0.Companion docs PR adds Terraform tabs to the single-sourced Configure Shadowing page (create and update sections); that content flows to the cloud-docs stub automatically.
🤖 Generated with Claude Code
Preview pages