We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terraform_docs
In PR #701, the usage of sed was introduced to the terraform_docs for in-file changes.
sed
MacOS requires an extension for the -i parameter, unlike GNU sed. As a result the hook fails on MacOS know with the following error:
-i
Terraform docs..........................................................................Failed - hook id: terraform_docs - exit code: 1 sed: 1: "README.md": invalid command code R
Use MacOS to run the terraform_docs hook.
The text was updated successfully, but these errors were encountered:
@cschroer Thanks for catching this. I requested changes in PR of yours (#704) to simplify solution and make it "compatible" on both GNU and POSIX sed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
In PR #701, the usage of
sed
was introduced to theterraform_docs
for in-file changes.MacOS requires an extension for the
-i
parameter, unlike GNU sed.As a result the hook fails on MacOS know with the following error:
How can we reproduce it?
Use MacOS to run the
terraform_docs
hook.Environment information
The text was updated successfully, but these errors were encountered: