Neverov Dmitriy
func NewAzureRMAutomationDscNodeconfiguration(d *schema.ResourceData, u *schema.UsageData) *schema.Resource {
return &schema.Resource{
Name: d.Address,
CostComponents: nodesCostComponent(d, u),
}
}
This is all logic in nodeconfiguration, we are using same cost component.Ali (Infracost)
Neverov Dmitriy
Ali (Infracost)