# File lib/swa/ec2/tagged_resource.rb, line 8 def tags aws_resource.tags.each_with_object({}) do |tag, result| result[tag.key] = tag.value end end