Skip to content

v0.36.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Aug 22:21
d084523

🚀 Enhancements

Fix: support `tenant` label by updating version of null-label module for `aws_dynamodb_table` @korenyoni (#99)

what

  • Bump null-label module for aws_dynamodb_table resource to 0.25.0 in order to support tenant label.

why

  • context.tf in this module supports tenant because its instantiation of null-label has been auto-updated to 0.25.0, but the instantiation of null-label module for the aws_dynamodb_table resource has not been updated.

references