v0.10.1
🐛 Bug Fixes
Workaround TF null default bug @Nuru (#26)
what
- Default
git_ref
to""
instead ofnull
- Lambda artifact generation for PRs now uses PR SHA
why
- Passing
null
is supposed to make the module use the default value, but in this case it does not - Terraform code expects to find artifact with same SHA as Terraform module