Chris Mague %!s(int64=7) %!d(string=hai) anos
pai
achega
635151abcd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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|