cycloidio / terracost

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

estimation: expose a list of skipped resources #34

Closed patrislav closed 3 years ago

patrislav commented 3 years ago

This PR adds a new Skipped field to cost.Resource, as well as a new SkippedAddresses method to cost.Plan that returns a list of resource addresses that were skipped in the estimation process. Closes #12

patrislav commented 3 years ago

Pushed fixups for the comments

patrislav commented 3 years ago

Rebased