lib/terraspace/all/runner.rb in terraspace-0.3.6 vs lib/terraspace/all/runner.rb in terraspace-0.4.0
- old
+ new
@@ -103,9 +103,10 @@
def run_terraspace(mod_name)
set_log_path!(mod_name)
name = command_map(@command)
o = @options.merge(mod: mod_name, yes: true, build: false, input: false)
+ o.merge!(quiet: false) if @command == "init" # noisy so can filter and summarize output
case @command
when "up"
Terraspace::CLI::Up.new(o).run
when "down"
Terraspace::CLI::Down.new(o).run