-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
Lambda deploy script failure #118
Comments
Thanks for the report and v1.41.0 has been just released. |
Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
The deployment script for the lambda deploy module is failing in my setup.
I believe this is because the script gets run in the
/bin/sh
shell which doesn't support the double square brackets.Potential Fix
Could the fix be as simple as setting the interpreter to
/bin/bash
?https://www.terraform.io/docs/language/resources/provisioners/local-exec.html#interpreter
The text was updated successfully, but these errors were encountered: