Closed CloudMarshall closed 2 years ago
Hi @CloudMarshall
Thanks for bringing it up! Will look into it and report back!
@CloudMarshall I can reproduce the issue, looking for a fix now :thumbsup:
Hi @CloudMarshall
I fixed the issue. It was actually an issue with the Github action rather than the CLI not outputting the file, but it should work again now.
I released a new set of actions, so you'll have to update from v1.1.0 to v1.2.0.
Also, the CLI command for running Pluralith in CI has changed from pluralith run
to pluralith run plan|apply|destroy
. For this the run
action now has a new input variable called terraform-command
that you'll need to add. Here's an example of the complete run
action as it looks now:
# Run Pluralith to generate an infrastructure diagram and comment body
- name: Pluralith Run
uses: Pluralith/actions/run@v1.2.0
with:
terraform-command: "plan"
terraform-path: "${{ env.working-directory }}/application"
show-changes: true
Let me know if that works!
@CloudMarshall closing this since it should be fixed and I'm about to release a new version of the actions.
Issue with Pluralith Comment Github Action
Cannot see any reference to a comment.md file in the documentation.