Skip to content

Commit

Permalink
Update Terraform justtrackio/dynamodb-table/aws to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 620b0b0 commit e4b6368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "kvstore_label" {
module "ddb" {
count = var.ddb_enabled ? 1 : 0
source = "justtrackio/dynamodb-table/aws"
version = "2.0.2"
version = "2.2.0"

name = module.kvstore_label.id
hash_key = "key"
Expand Down

0 comments on commit e4b6368

Please sign in to comment.