Hey folks, I’ve recently implemented pants in a re...
# general
w
Hey folks, I’ve recently implemented pants in a repo that uses gcp functions and aws lambda as targets. Everything is working beautifully 🎉 for package generation. The zip files are being uploaded using Terraform and here’s where I’m having issues - terraform always tries to redeploy the .zip files whenever that gets regenerated (or in a different machine or CI), seems like hash changes based on timestamp and not on source code changes only (which is the ideal). This likely isn’t a
pants
issue but maybe someone here has already solved for it 🤞 would the
terraform
backend for pants help me to only trigger
terraform apply
when need it?