🤖 Automatic Updates
Add var.tags_enabled to support dynamodb-local @mwarkentin (#91)
what
- Adds new variable
var.enable_tags
- defaults totrue
for backwards-compatibility - If
var.enable_tags = false
, setstags = null
instead of using generated tags to supportapply
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
references
- Closes #90