cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
278 stars 29 forks source link

aws: add WithIngestionFilter option and implement MinimalFilter #23

Closed patrislav closed 3 years ago

patrislav commented 3 years ago

WithIngestionFilter option can be used to control the data that is ingested into the database. By using MinimalFilter, only the minimal amount of data is ingested, saving time and storage space.

This PR closes #22.