Terraform PR Comment Runner
Version updated for https://github.com/tkasuz/terraform-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Terraform PR Comment Action automates Terraform operations by enabling users to trigger terraform plan and terraform apply commands directly via comments on GitHub pull requests. It supports multi-project workflows, automatically runs plans when relevant files are modified, and enforces pre-defined mergeability and approval requirements before applying changes. This action streamlines infrastructure management, improves collaboration, and provides clear, formatted feedback in pull request comments.
Release notes
1.1.0 (2026-01-12)
Features
Bug Fixes
- Use GITHUB_TOKEN for release please (1023a88)