Create a Use with Pulumi IaC guide section for ESC#20178
Conversation
|
Your site preview for commit b994fc1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20178-b994fc1d.s3-website.us-west-2.amazonaws.com |
ceb6a8e to
e6fa1e2
Compare
Lighthouse Performance ReportCommit: b994fc1 | Metric definitions
|
Promote the "Integrate with Pulumi IaC" page into a nested guide sub-group under ESC Guides, with the refreshed page as the section intro and two new task-focused adoption guides underneath it. - Refresh the landing page as a "how the integration works" intro that routes to the deeper guides (closes #19665). - Add "Adopt ESC for config and secrets" — moving stack-file config and secrets into an environment, with safe at-scale rollout advice (#19714). - Add "Migrate from stack references to pulumi-stacks" — replacing StackReference with the ESC pulumi-stacks provider (#19712). The page moves to /docs/esc/guides/pulumi-iac/; old URL aliased, and canonical internal links plus the esc-sdk-config-note shortcode relrefs updated to the new path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e6fa1e2 to
b994fc1
Compare
Pre-merge Review — Last updated 2026-07-10T04:49:22ZTip Summary: This PR restructures ESC's single-page "Integrate with Pulumi IaC" guide into a new Use with Pulumi IaC section under Review confidence:
Investigation log
🔍 Verification trail142 claims extracted · 121 verified · 5 unverifiable · 1 contradicted
|
continued from previous comment
🚨 Outstanding in this PRNo outstanding issues found.
|
CamSoper
left a comment
There was a problem hiding this comment.
It's so obvious to me that when I originally reorganized everything, I had no idea what I was doing with ESC (or IDP for that matter, but that's not in this PR).
Appreciate this! Great work!
Overview
Reworks the ESC "Integrate with Pulumi IaC" content into a proper guide sub-group under ESC → Guides → Use with Pulumi IaC, bundling three related open issues into one restructure:
pulumi config env init), pin it, and roll it out safely at scale (one stack → shared env → no-op rollout). Addresses ESC Adoption Guide: Moving from secrets and config in stack files to ESC #19714.pulumi-stacks— replaceStackReferenceresources with the ESCpulumi-stacksprovider and stack config, migrating a chain from the leaf consumer up as a series of no-ops. Addresses ESC Adoption Guide: Migrating from Stack References to pulumi-stacks #19712.Nav change
sync-secrets-to-external-platformsintentionally stays at the Guides top level.SEO / links
git mvto/docs/esc/guides/pulumi-iac/; the old/docs/esc/guides/integrate-with-pulumi-iac/URL (and its prior aliases) are preserved as aliases → verified the redirect renders.content/docsupdated to the new path.esc-sdk-config-noteshortcoderelrefs updated (they resolve by content path, not alias).Verification
make lint— cleanmake build— clean; new pages, alias redirect, and nested nav all render correctly.Fixes #19665
Fixes #19714
Fixes #19712
🤖 Generated with Claude Code