-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
terraform module symlink error #3070
Comments
I ran into this error as well. The changed module source doesn't load correctly. |
+1 |
The clarification would be a useful addition. Just ran into this. |
+1. This should be a pretty simple one to knock out. |
Adding that I ran into this as well. Same issue :( |
Having the same issue when running inside a docker container (docker-toolbox). Removing the .terraform/modules didn't solve for me. (More to report than to solve as the issue is certainly linked to docker) |
…le files from .terraform directory (avoiding hashicorp/terraform#3070) #49
If you set s3 as state file backend, recommend to remove |
I was just bitten by this one, and spent a really long time trying to figure out why I wasn't seeing changes made to my modules. Deleting the entire |
Thank you @donbecker - I was having the same problems and your solution did the trick! I had made some changes to a module linked in another Github repo and it was not being picked up when I tried to rerun my main terraform. Must be some kind of cacheing issue. Cheers! |
I encountered this same error today as well. Deleted the .terraform directory and ran an init as well. |
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. |
My module was pointing to a GH repository. When debugging, I changed it to point to the local checkout of that repository. This caused the following error:
removing the
.terraform/modules
directory solved the problem.Some possible solutions:
The text was updated successfully, but these errors were encountered: