Skip to content

v0.29.3

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 26 Oct 15:37
64073b0

🤖 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

references