-
Notifications
You must be signed in to change notification settings - Fork 245
Updating component resource to be a more complete picture #14675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Your site preview for commit 3a71735 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14675-3a71735d.s3-website.us-west-2.amazonaws.com. |
3a71735
to
76f0da9
Compare
Your site preview for commit 76f0da9 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14675-76f0da94.s3-website.us-west-2.amazonaws.com. |
LGTM, pending code review from team. Enabled auto-merge for whenever that's complete. Big ups for adding the |
Your site preview for commit 9e14bd1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14675-9e14bd1c.s3-website.us-west-2.amazonaws.com. |
9e14bd1
to
e9b38c5
Compare
Your site preview for commit e9b38c5 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14675-e9b38c5c.s3-website.us-west-2.amazonaws.com. |
e9b38c5
to
1455172
Compare
Your site preview for commit 1455172 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14675-14551722.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
**This pull request includes updates to the documentation and examples for creating a child resource and registering component outputs in multiple programming languages. Additionally, a new guidance file for Claude Code has been added.
Documentation Updates:
content/docs/iac/concepts/resources/components.md
: Updated examples to include the creation of a child resource (aws.s3.BucketV2
) and the registration of component outputs across multiple languages, including TypeScript, Go, C#, Java, and Python. [1] [2] [3] [4] [5] [6] [7] [8]New Guidance File:
CLAUDE.md
: Added a new file providing guidance to Claude Code (claude.ai/code) for working with code in this repository. It includes build/test/lint commands and code style guidelines.**Unreleased product version (optional)
Related issues (optional)