You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🐛 Bug Fixes
Make sure log groups are created before and deleted after lambdas @Nuru (#63)
what
Make sure log groups are created before and deleted after lambdas
Update terraform cloudposse/module-artifact/external to v0.8.0
Update tests
why
AWS will create a log group if needed, and if it does, it will clash with the one this module is trying to manage. Ensure that AWS never needs to create a log group by making sure this module creates one before creating the lambda and does not delete it until after the lambda is removed.