🚀 Enhancements
Fix: support `tenant` label by updating version of null-label module for `aws_dynamodb_table` @korenyoni (#99)
what
- Bump
null-label
module foraws_dynamodb_table
resource to0.25.0
in order to supporttenant
label.
why
context.tf
in this module supportstenant
because its instantiation ofnull-label
has been auto-updated to0.25.0
, but the instantiation ofnull-label
module for theaws_dynamodb_table
resource has not been updated.