You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm making a pipeline where when a merge request is made on gitlab, a terraform plan is run and the output is uploaded as a comment for the merge request. Once the merge goes through it then does another plan and apply. Currently, as it is the only output seemingly available, the comment on the merge request is the plan.json file, the problem being that the json isn't the prettiest or most readable output. I was wondering if there is a way to just get the standard output of a terraform show or a way to runterraform show with the resource, or just other advice that could work that I may not be thinking of. Just for clarity here is an example screen shot of part of the output that I am referring to:
The text was updated successfully, but these errors were encountered:
Hello, I'm making a pipeline where when a merge request is made on gitlab, a terraform plan is run and the output is uploaded as a comment for the merge request. Once the merge goes through it then does another plan and apply. Currently, as it is the only output seemingly available, the comment on the merge request is the
plan.json
file, the problem being that the json isn't the prettiest or most readable output. I was wondering if there is a way to just get the standard output of a terraform show or a way to runterraform show with the resource, or just other advice that could work that I may not be thinking of. Just for clarity here is an example screen shot of part of the output that I am referring to:The text was updated successfully, but these errors were encountered: