lib/terraspace/all/runner.rb in terraspace-0.6.5 vs lib/terraspace/all/runner.rb in terraspace-0.6.6
- old
+ new
@@ -102,10 +102,10 @@
end
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 = @options.merge(mod: mod_name, yes: true, build: false, input: false, log_to_stderr: true)
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"