Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- I'd be willing to implement this feature (contributing guide)
Describe the user story
I'd like to see terraform plan summaries as PR status messages instead of just "Plan Succeeded"
Describe the solution you'd like
Use the terraform plan JSON to retrieve the summary of the plan use that as the successful PR terraform plan
's check's message. This is how it's done in spacelift.
Plan contains no changes.
Plan: 1 to add, 0 to change, 1 to destroy
Describe the drawbacks of your solution
N/A
Describe alternatives you've considered
N/A
Activity