Class: Terraspace::CLI::Seed

Inherits:
Base
  • Object
show all
Defined in:
lib/terraspace/cli/seed.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Util::Pretty

#pretty_path, #pretty_time

Methods included from Util::Sure

#sure?

Methods included from Util::Logging

#logger

Constructor Details

This class inherits a constructor from Terraspace::CLI::Base

Instance Method Details

#runObject



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