terraform-aws-lambda-builder
terraform-aws-lambda-builder copied to clipboard
Files ignored in git are included in zip
Sometimes __pycache__
directories are included in the zip, and also other files from .gitignore
, which leads to the zip file changing and Terraform wanting to update it.
Perhaps this module needs a gitignore
option to exclude these files.