borchero / terraform-plan-comment

GitHub Action to post the output of "terraform plan" to a pull request comment.
MIT License
72 stars 12 forks source link

idea: Include changes to outputs in pull request comments #24

Open ricardofalc opened 3 weeks ago

ricardofalc commented 3 weeks ago

Hi,

I've noticed that changes to outputs from the terraform plan are not being reflected in the pull request comments generated by this action.

Could you clarify if this is a design choice or a potential enhancement? It would be really helpful to have these output changes listed along with other modifications in the plan for better visibility during code reviews.

Thanks for the great work on this action! I’m looking forward to your feedback.

Comment in PR indicates there are no changes: image

Terraform plan in workflow indicates the following: image

borchero commented 2 weeks ago

Good catch, I think that would be a great addition to this action! Unfortunately, it is currently unsupported.

I'd be happy to review a PR for this, it would take me a some time until I'd find the time to see through the implementation myself :eyes: