Skip to content

Commit

Permalink
feat(aws utils): util func extension s3 buckets
Browse files Browse the repository at this point in the history
Signed-off-by: Azanul <[email protected]>
  • Loading branch information
Azanul committed Oct 13, 2023
1 parent ca69500 commit a5a51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/s3/buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Buckets(ctx context.Context, client ProviderClient) ([]Resource, error) {
return resources, err
}

priceMap, err := awsUtils.GetPriceMap(pricingOutput)
priceMap, err := awsUtils.GetPriceMap(pricingOutput, "group")
if err != nil {
log.Errorf("ERROR: Failed to calculate cost per month: %v", err)
return resources, err
Expand Down

0 comments on commit a5a51a6

Please sign in to comment.