Skip to content

Commit

Permalink
comment indent2
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens committed Jan 16, 2025
1 parent 896572f commit 4963922
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ FROM (
END
) as unblended_cost,
max(lineitem_blendedrate) as blended_rate,
/* SavingsPlanCoveredUsage entries have corresponding SavingsPlanNegation line items
that offset that cost.
https://docs.aws.amazon.com/cur/latest/userguide/cur-sp.html
*/
/* SavingsPlanCoveredUsage entries have corresponding SavingsPlanNegation line items
that offset that cost.
https://docs.aws.amazon.com/cur/latest/userguide/cur-sp.html
*/
sum(
CASE
WHEN lineitem_lineitemtype='SavingsPlanCoveredUsage'
Expand Down

0 comments on commit 4963922

Please sign in to comment.