Method: Chef::ResourceReporter#updated_resources

Defined in:
lib/chef/resource_reporter.rb

#updated_resourcesObject

get only the top level resources and strip out the subcollections



186
187
188
# File 'lib/chef/resource_reporter.rb', line 186

def updated_resources
  @updated_resources ||= action_collection&.filtered_collection(max_nesting: 0, up_to_date: false, skipped: false, unprocessed: false) || {}
end