Hi Chanel What can I do with Infracost open sourc...
# general
m
Hi Chanel What can I do with Infracost open source? Would it have run limitations? Would it have seat limitations (PR authors) ? Would I have to use a yaml cost template?
1
w
Hi @most-agent-54718 • there’s a 1K runs/month limit as mentioned in https://www.infracost.io/pricing/ for the free version. There are no seat or repo limitations for the free version. • you can use the usage yaml file too in the free version: https://www.infracost.io/docs/features/usage_based_resources/#infracost-usageyml the get started guide shows how you can test the CLI with a terraform code repo: https://www.infracost.io/docs/
d
@white-airport-8778 by the way, is there any tooling for automatically populating the infracost-usage.yml or is that a paid feature?
w
Hi @dazzling-journalist-91580,
--sync-usage-file
is a flag in the CLI that you can use to automatically generate the file but the values need to be set by yourself. Setting the usage defaults centrally requires Infracost Cloud.
1
d
sounds good, when I write the code to do it for myself I won't open-source it 😛