-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Resource gets modified when absolute path to module changes #6
Comments
Probably safe to modify the resource in main.tf to ignore changes to the filename. It ought to generate changes if the sha changes, anyway... |
Fixed in v1.3.0 |
This is still a problem due to the "last_modified" attribute which is based on when the local file was modified. This means its different for different users depending on when they ran |
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. |
Hello. It appears the absolute path of the module is encoded in the state such that using the exact same Terraform in two different paths produces state changes instead of producing no changes at all.
For example:
This is problematic for having different users running
terraform plan
locally while doing development work as they end up getting this false change in their output.Is there a way to use a relative path?
The text was updated successfully, but these errors were encountered: