ManageIQ/manageiq-providers-amazon

View on GitHub
app/models/manageiq/providers/amazon/regions.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# NOTE: use 'aws:extract:regions' rake task to renew the list

module ManageIQ
  module Providers::Amazon
    class Regions < ManageIQ::Providers::Regions
    end
  end
end