You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🚀 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.