# File lib/aws/auto_scaling/group_options.rb, line 147
      def tags_opt options
        options[:tags].map(&:to_hash).each do |tag|
          tag[:propagate_at_launch] = true unless tag.key?(:propagate_at_launch)
        end
      end