Inline relevant attributes
tfplan2md now renders Terraform plan context inline on the affected resource cards instead of isolating relevant_attributes[] at the bottom of the report. This makes replacement cascades and upstream dependencies visible where reviewers make decisions.
✨ Features
- Replaced or destroyed resources now show inline
⚠️ Forced replacementcallouts when areplace_pathsentry traces back to an upstream relevant attribute. - Replaced or destroyed resources also show inline
🔗 Depends on:/🔗 Also depends on:context for correlated upstream inputs. - Upstream inputs that are themselves changing in the same plan are highlighted as changing in this plan.
- Uncorrelated plan inputs are preserved in a collapsible
🔗 Other plan inputssection near the end of the report.
📚 Documentation
- Updated
docs/features.mdto describe the new inline relevant-attribute annotations and fallback details block.
📸 Screenshots
Inline annotations
Fallback inputs
🔗 Commits
1dc93917feat: implement inline relevant attributes (Tasks 1-7, partial - build fixes in progress)
🚨 Breaking changes
None.

