Render storage mapping instructions from Markdown - #2038
Conversation
⚪ Code HealthNo change to the dead-code surface. 48 Unused files
64 Unused exports
26 Unused exported types
14 Unused exported enum members
5 Unused dependencies
3 Unused devDependencies
|
8d3752b to
251c317
Compare
24f439d to
7cc3a24
Compare
Azure and GCP were both passing the AWS template to MarkdownInstructions, so every provider rendered the S3 instructions. Because interpolate() falls back to an empty string for placeholders a caller does not supply, the mismatch showed up as blank bucket, region, and policy values instead of an error.
Replaces bespoke provider instruction components with Markdown files and a shared renderer.