You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/init.sh: eval: line 42: syntax error near unexpected token ('`
My best guess is this is due to using sh and not bash; possibly sh is the default in whatever shell you are in? Apologies - we have never tried using it on anything other than Linux/MacOS. :-/
Using this code, look at line 30:
https://github.com/cloudposse/terraform-root-modules/blob/master/aws/tfstate-backend/scripts/init.sh
Running the terraform project results in this error:
Running tfenv straight from the command line works fine.
Given that the project does not compile under windows, I am unsure how to debug this further.
The text was updated successfully, but these errors were encountered: