terraform-aws-lambda-python-archive icon indicating copy to clipboard operation
terraform-aws-lambda-python-archive copied to clipboard

Sorted file listing

Open mcassaniti opened this issue 3 years ago • 0 comments

When running this module back to back the ZIP archive hash can change because the file paths can be random from os.walk(). This change will make sure the ordering of paths is predictable, resulting in the order files are added to the archive also being predictable.

mcassaniti avatar Aug 27 '21 04:08 mcassaniti