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
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
I'm using terraform with the chdir option to change the working directory to a subdirectory called
tf
.So all of my commands look like this:
terraform -chdir=tf init
terraform -chdir=tf apply
I'm getting an error that looks like the following...
3.9.1/bin/python3: can't open file ... /.terraform/modules/lambda_function/package.py': [Errno 2] No such file or directory
I believe that this might be caused by this line and the
"${path.module}/package.py"
no longer referencing the correct path.terraform-aws-lambda/package.tf
Line 10 in bd13b88
I tried removing the line below and then it seems to work with and without the
chdir
option.terraform-aws-lambda/package.tf
Line 11 in bd13b88
The text was updated successfully, but these errors were encountered: