diff --git a/.happy/terraform/modules/ecs-stack/main.tf b/.happy/terraform/modules/ecs-stack/main.tf index 77a347e55..5715d6683 100644 --- a/.happy/terraform/modules/ecs-stack/main.tf +++ b/.happy/terraform/modules/ecs-stack/main.tf @@ -144,14 +144,14 @@ module category_dynamodb_table { source = "../dynamo" table_name = "${local.custom_stack_name}-category" hash_key = "name" - range_key = "version_label" + range_key = "version_hash" attributes = [ { name = "name" type = "S" }, { - name = "version_label" + name = "version_hash" type = "S" } ]