Skip to content

Commit

Permalink
feat: remove Resource ID when group by
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Oct 12, 2023
1 parent 85c6654 commit a9aab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudforet/cost_analysis/conf/cost_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
GROUPING = [
{'type': 'Dimension', 'name': 'ResourceGroup'},
{'type': 'Dimension', 'name': 'ResourceType'},
{'type': 'Dimension', 'name': 'ResourceId'},
# {'type': 'Dimension', 'name': 'ResourceId'},
{'type': 'Dimension', 'name': 'ResourceLocation'},
{'type': 'Dimension', 'name': 'SubscriptionId'},
{'type': 'Dimension', 'name': 'SubscriptionName'},
Expand Down

0 comments on commit a9aab5e

Please sign in to comment.