I noticed that underscores gets removed from the table name when using the dynamodb module. After looking into the problem, it seems that this regexp is responsible for this. Why do we omit underscores even though aws permits using them(as per aws web console)?
Hello!
I noticed that underscores gets removed from the table name when using the dynamodb module. After looking into the problem, it seems that this regexp is responsible for this. Why do we omit underscores even though aws permits using them(as per aws web console)?
https://github.com/cloudposse/terraform-aws-dynamodb/blob/322c4dcf7d4e843fef9d3b686e1393851e80d679/context.tf#L201