github cloudposse/terraform-aws-dynamodb 0.29.3
v0.29.3

latest releases: v0.37.0, v0, 0.36.0...
3 years ago

🤖 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

Don't miss a new terraform-aws-dynamodb release

NewReleases is sending notifications on new releases.