This message was deleted.
# help
b
This message was deleted.
l
@gifted-ice-56627 it’s not something we have concentrated on much yet. The best way to see suitable attribute filters for different resources is to probably look through the Infracost code and find where we are specifying
AttributeFilters
for the service/product you are looking at. Here’s an example for EC2 instances: https://github.com/infracost/infracost/blob/master/internal/resources/aws/instance.go#L209-L216 Here’s a link that finds all the
AttributeFilters
in the codebase: https://github.com/search?q=repo%3Ainfracost%2Finfracost%20AttributeFilters&type=code
g
I'll take a look at it, thanks