Skip to content

Commit

Permalink
Add IBM resource_plan_id (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Feb 17, 2025
1 parent 60c2725 commit 8d3c3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'category4': 'CostCenter',
'vendor_account_name': 'AccountName',
'vendor': 'PublicCloudName',
'vendor_account_identifier': 'AccountId'
'vendor_account_identifier': 'AccountId',
'tag26': 'ResourcePlanId'
}

COST_USAGE_REPORT_METRICS = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class CostUsageReportData:
PublicCloudName: str
Cost: float
timestamp: datetime
ResourcePlanId: str
IndexId: str = ""
ReportGenerate: str = ""

Expand Down

0 comments on commit 8d3c3cd

Please sign in to comment.