hey all - Since there's a bug with EB + dynamic "s...
# help
a
hey all - Since there's a bug with EB + dynamic "settings" blocks, I'm looking for a workaround. Using pre-generated plan files might work, but I have a repo with 3 directories - production, staging, and demo. My plan is to create a plan file for each, and run
breakdown --path plan-x.json
for each. How does that sound? Would I be able to combine the infracost breakdown files from all 3 directories into one PR comment?
c
Yeah you can pass multiple breakdown jsons to the
comment
command by setting
--path
to be a glob (
--path=breakdown.*.json
) or passing it multiple times (`--path=breakdown.1.json --path=breakdown.2.json`` )
a
I see, let me try that