Class: Terraspace::Autodetect
- Inherits:
-
Object
- Object
- Terraspace::Autodetect
- Defined in:
- lib/terraspace/autodetect.rb
Instance Method Summary collapse
Instance Method Details
#plugin ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/terraspace/autodetect.rb', line 3 def plugin plugins = Terraspace::Plugin..keys precedence = %w[aws azurerm google] precedence.find do |p| plugins.include?(p) end end |