-
Notifications
You must be signed in to change notification settings - Fork 221
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
Improve stack readme docs #12432
base: master
Are you sure you want to change the base?
Improve stack readme docs #12432
Conversation
Code snippets now match what's in the readme
Your site preview for commit 29432b7 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12432-29432b74.s3-website.us-west-2.amazonaws.com. |
export const cloudwatchLogGroup = loggroup.name; | ||
export const instanceId = instance.id; | ||
export const dbResourceId = instance.dbiResourceId; | ||
export const readme = readFileSync("./Pulumi.readme.md").toString(); |
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.
Isn't this really the only useful line for purposes of illustrating this concept (separate, perhaps, from an additional Pulumi.readme.md
go along with it)? I'm not sure I understand what purpose the rest of the code in the examples serves, given the readme
export doesn't seem to reference any of it. (Sorry if I'm completely misunderstanding what you're aiming for here, though.)
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.
The previous version didn't actually work. This you can copy and paste.
Or at least that was my intention. Let me double check that it's still valid (this was written a while ago)
Your site preview for commit 5d7003d is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12432-5d7003da.s3-website.us-west-2.amazonaws.com. |
Proposed changes
Unreleased product version (optional)
Related issues (optional)