My goal is to create terraform resource "aws_dynamodb_table" with composite primary key as it describes in AWS documentation.
Based on Terraform documentation it allows for hash_key to have only a single Attribute name. How can I have a hash_key made by multiple attributes?