We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aea28f commit 78ac73cCopy full SHA for 78ac73c
infrastructure/variable.tf
@@ -63,7 +63,7 @@ variable "lloyd_george_dynamodb_table_name" {
63
variable "unstitched_lloyd_george_dynamodb_table_name" {
64
type = string
65
description = "The name of dynamodb table to store the metadata of un-stitched Lloyd George documents"
66
- default = "Unstitched LloydGeorgeReferenceMetadata"
+ default = "UnstitchedLloydGeorgeReferenceMetadata"
67
}
68
69
variable "cloudfront_edge_table_name" {
0 commit comments