Skip to content

v0.10.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Oct 01:56
ea43d1a

🐛 Bug Fixes

Workaround TF null default bug @Nuru (#26)

what

  • Default git_ref to "" instead of null
  • 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

references