shoppingjaws/Terraform Refactoring Block Uncommenter
Automatically comment out executed Terraform refactoring blocks (moved/import/removed) and create a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for creating pull requests | no | ${{ github.token }} |
| branch-name | Branch name for the PR | no | chore/comment-out-tf-blocks |
| pr-title | Title for the pull request | no | chore: Comment out executed Terraform refactoring blocks |
| pr-body | Body for the pull request | no | This PR automatically comments out executed Terraform refactoring blocks (moved/import/removed). These blocks have been executed and should be commented out to: - Prevent re-execution of the same refactoring - Keep execution history for reference - Maintain clean Terraform state management **Generated by:** [tf-refactoring-block-uncommenter](https://github.com/shoppingjaws/tf-refactoring-block-uncommenter) |
| base-branch | Base branch for the PR | no | ${{ github.event.repository.default_branch }} |
| reviewers | Comma-separated list of GitHub usernames to request reviews from | no | "" |
Outputs
no outputs