Class: Terraspace::CLI::Seed
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util::Pretty
Methods included from Util::Sure
Methods included from Util::Logging
Constructor Details
This class inherits a constructor from Terraspace::CLI::Base
Instance Method Details
#run ⇒ Object
3 4 5 6 7 |
# File 'lib/terraspace/cli/seed.rb', line 3 def run puts "Seeding tfvar files for #{@mod.name}" Terraspace::Builder.new(@options).run Terraspace::Seeder.new(@mod, @options).seed end |