evan-hines-js
Results
2
comments of
evan-hines-js
From the readme. `The workingDir configuration setting is the relative path to your terraform files. Defaults to "terraform".` So this is expected behavior but the lint may be possible?
I had the same issues. Updating line 19 of the the Dockerfile to pull a grpc release before 1.51 works. 1.51 had a bug regarding forks. https://github.com/grpc/grpc/issues/31772 ``` -RUN pecl...