Terraform Plan PR Commenter
Version updated for https://github.com/towardsthecloud/terraform-plan-pr-commenter to version v1.5.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of posting the output of terraform plan as a comment on Pull Requests, helping teams review infrastructure changes directly within their workflow. It supports custom headers for better organization and works with binary plan files for accurate change detection. Additionally, it provides cost impact analysis through CloudBurn, a third-party app that integrates seamlessly with GitHub workflows to provide comprehensive insights into infrastructure changes before they are applied.
What’s Changed
1.5.0 (2026-07-20)
Features
- add pnpm workspace configuration and update TypeScript settings (5a03822)
- integrate Dependabot and Mergify for automated dependency management (0e249c8)
- update workflows to use self-hosted runners with arm64, fargate, and small labels (15ce06a)