Cost tracking and optimization across all environments
| Environment | Provider | Resource Type | Cost | Period |
|---|---|---|---|---|
| <%= cost.environment %> | <%= (cost.provider || '').toUpperCase() %> | <%= cost.resource_type ? (cost.resource_type.charAt(0).toUpperCase() + cost.resource_type.slice(1)) : 'N/A' %> | $<%= cost.cost.toFixed(2) %> | <%= cost.period_start ? cost.period_start.substring(0, 10) : 'N/A' %> to <%= cost.period_end ? cost.period_end.substring(0, 10) : 'N/A' %> |