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.
🤖 Automatic Updates
Add var.tags_enabled to support dynamodb-local @mwarkentin (#91)
what
Adds new variable var.enable_tags - defaults to true for backwards-compatibility
If var.enable_tags = false, sets tags = null instead of using generated tags to support apply against a dynamodb-local table (which doesn't support tagging APIs)
why
We want to be able to use this module to manage local dynamodb tables in addition to our AWS tables