Chris Mague 7 лет назад
Родитель
Сommit
635151abcd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lib/neoinfra/audit.rb

+ 1 - 0
lib/neoinfra/audit.rb

@@ -22,6 +22,7 @@ module NeoInfra
         }
         aws.regions.each do |region|
           region_conf = { region: region }
+          #Get Instances
           new_conn = Fog::Compute.new(region_conf.merge(base_conf))
           new_conn.servers.all.each do |ec2|
             %i[required recommended]. each do |a|