https://github.com/zpratt/infra-diff
https://github.com/zpratt/infra-diff
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zpratt/infra-diff
- Owner: zpratt
- License: mit
- Created: 2025-11-01T22:50:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T05:24:13.000Z (8 months ago)
- Last Synced: 2025-11-02T05:25:23.294Z (8 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# infra-diff
> **Status**: 🚧 Under Active Development
A GitHub Action that provides a user-friendly preview of infrastructure changes based on Terraform, Terragrunt, or OpenTofu plan files. The action reads plan files in both JSON and binary formats, converts binary files as needed, and displays colorized diffs with collapsible sections for easy review of proposed infrastructure changes.
## Implementation Roadmap
This project is being developed incrementally according to a phased approach. See [`features/phase-1.md`](./features/phase-1.md) for the detailed feature outline and implementation plan for the MVP.