Before raising a bug I prefer to ask on slack :sli...
# general
m
Before raising a bug I prefer to ask on slack 🙂 I have matrix job in my GH actions, for 3 environments (
dev
,
preprod
and
prod
). Each line of the matrix generates a cost diff (with
infracost diff
) that has a
--project-name
parameter (
XXX-dev
,
XXX-preprod
and
XXX-prod
). I archive them all in the matrix and once outside I grab them and uses
infracost comment github <omitted params> --path /to/XXX-*
but I only the total cost and not one line per environment + the total as the doc shows