Chris Mague 7 years ago
parent
commit
635151abcd
1 changed files with 1 additions and 0 deletions
  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|