-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest ruby-terraform
causing issues with Logging config
#87
Comments
Hmm apologies, this looks like a regression. I'll take a look and try and get a fix together. |
@plukevdh I'm going to give some context here that may help you solve your problem while we come up with a better solution. We recently made some large scale changes to However, in making that switch, the requirements on provided streams have changed. It turns out A Another option is to switch back to the Lino.configure do |config|
config.executor = Lino::Executors::Open4.new
end Let me know how it goes and we'll try and find a good solution and update the docs. |
Ah, thanks for the details here. I will look at swapping for one of the two options and try to write back here what ends up being the easiest/most convenient here. Appreciate the extensive writeup on the changes. |
Back after a long time away on this. I've tried the following without success and generally the same error:
However, removing the entire config for terraform options, i continue to get the same error. |
The |
This may be a problem with my config rather than the library, but bumping to
rspec-terraform
-0.5.0.pre.9
ruby-terraform
-1.8.0
Causes an issue trying to run my terraform specs, form of
where my
spec_helper.rb
includes the following (which worked in therspec-terraform
-0.4.0
/ruby-terraform
-1.7.0
combo):I think this is originating in the expectations of what MultiIO or the logging subsystem in
ruby-terraform
is returning now but I've not had a ton of luck trying to figure out how this changed.If I omit the config line altogether, I get
The text was updated successfully, but these errors were encountered: