Skip to content

Commit c7fa06a

Browse files
authored
names adjust
1 parent dc48ec7 commit c7fa06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-infrastructure/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ variable "form_recognizer_name" {
6060

6161
variable "cosmosdb_sqldb_name" {
6262
description = "The name of the Cosmos DB SQL database to be created."
63-
default = "outputdb"
63+
default = "ContosoDBDocIntellig"
6464
}
6565

6666
variable "sql_container_name" {
6767
description = "The name of the Cosmos DB SQL container to be created within the database."
68-
default = "outputcvscontainer"
68+
default = "Invoices"
6969
}
7070

7171
variable "throughput" {

0 commit comments

Comments
 (0)