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
Hello,
I am using the lambda module to create lambda function in AWS. However, the value of source_code_hash changes, If I try to do terraform plan/apply in different shell or OS.
The code contents are the same every time I run terraform init. This code is used by multiple users and they have a different OS. We need a solution to avoid this.
Hope the issue is clear.
In Windows- No changes. Infrastructure is up-to-date.
In Ubuntu- No changes. Infrastructure is up-to-date.
The text was updated successfully, but these errors were encountered:
wadhekarpankaj
changed the title
Hash-code of lambda code file changes in diffrent shell/os
Hash-code of lambda function code file changes if run in diffrent shell/os
Aug 8, 2019
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.
ghost
locked and limited conversation to collaborators
Sep 15, 2019
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using the lambda module to create lambda function in AWS. However, the value of source_code_hash changes, If I try to do terraform plan/apply in different shell or OS.
The code contents are the same every time I run terraform init. This code is used by multiple users and they have a different OS. We need a solution to avoid this.
Hope the issue is clear.
Terraform version
Terraform v0.11.11
Terraform code
Actual Behavior
In Windows-
No changes. Infrastructure is up-to-date.
In Ubuntu-
and vice versa
Expected Behavior
In Windows-
No changes. Infrastructure is up-to-date.
In Ubuntu-
No changes. Infrastructure is up-to-date.
The text was updated successfully, but these errors were encountered: