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 dc48ec7 commit c7fa06aCopy full SHA for c7fa06a
terraform-infrastructure/variables.tf
@@ -60,12 +60,12 @@ variable "form_recognizer_name" {
60
61
variable "cosmosdb_sqldb_name" {
62
description = "The name of the Cosmos DB SQL database to be created."
63
- default = "outputdb"
+ default = "ContosoDBDocIntellig"
64
}
65
66
variable "sql_container_name" {
67
description = "The name of the Cosmos DB SQL container to be created within the database."
68
- default = "outputcvscontainer"
+ default = "Invoices"
69
70
71
variable "throughput" {
0 commit comments