Add parent/child resources section to Terraform comparison page#17963
Add parent/child resources section to Terraform comparison page#17963
Conversation
Fixes #11754. Pulumi has an explicit parent/child resource model via the `parent` resource option that Terraform lacks. This adds: - A row in the Feature by Feature Comparison table - A new "Parent and Child Resources" section explaining the concept, comparing it to Terraform modules, and linking to the parent option docs
Docs Review — PR #17963Scope: Overall this is a clean, well-structured addition that fills a genuine gap in the comparison page. The content is accurate, follows the existing page patterns, and both internal links resolve correctly. A few minor items to consider: Issues
Style note (pre-existing, not introduced by this PR)The H3 headings on this page use Title Case (e.g., "Custom Resource Providers," "Modular Resource Components"), which is inconsistent with the style guide rule that H2+ should use sentence case. The new heading "Parent and Child Resources" matches the existing page convention, so this is fine for consistency. Just noting it as a pre-existing deviation. Verified
Want me to make any fixes or do a deeper review? Mention me (@claude) in a comment. |
|
Your site preview for commit 4fc5cf8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17963-4fc5cf86.s3-website.us-west-2.amazonaws.com. |
Fixes #11754.
Pulumi has an explicit parent/child resource model via the
parentresource option that Terraform lacks. This is a genuine differentiator worth highlighting on the comparison page, as requested in the linked issue nearly five years ago.Changes
parentoption establishes explicit parent/child relationships with lifecycle and option inheritanceThe section follows the existing page style and links to the parent option docs for further reading.
🧠 This PR was created by minime on behalf of @joeduffy.