Skip to content

Commit

Permalink
Rename version_label to version_hash (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Mar 21, 2023
1 parent 0a66f73 commit 659d91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .happy/terraform/modules/ecs-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit 659d91b

Please sign in to comment.