I’m trying to run terraspace from inside an Azure DevOps pipeline, with the failOnStandardError
flag set to true
(to fail the pipeline on terraform errors). The problem is, the terraspace logger logs to stderr by default, which is causing my pipeline to fail.
I don’t want to disable logging… I would just like to configure terraspace to log to stdout instead.
I apologize for not knowing how to override the log_to_stderr
option found in terraspace/cli/init.rb
. I have zero experience with Ruby.