diff --git a/modules/azurerm-cosmosdb-account/variables.tf b/modules/azurerm-cosmosdb-account/variables.tf index 6648e55..a6c88e2 100644 --- a/modules/azurerm-cosmosdb-account/variables.tf +++ b/modules/azurerm-cosmosdb-account/variables.tf @@ -45,7 +45,7 @@ variable "geo_location" { } variable "kind" { - description = "Specifies the Kind of CosmosDB to create - possible values are GlobalDocumentDB (used for both SQL and Table API) and MongoDB. Defaults to GlobalDocumentDB. Changing this forces a new resource to be created." + description = "Specifies the Kind of CosmosDB to create - possible values are GlobalDocumentDB (used for both SQL and Table API) and MongoDB. Defaults to GlobalDocumentDB. Changing this forces a new resource to be created. Defaults to GlobalDocumentDB." type = string default = "GlobalDocumentDB" } diff --git a/modules/onboard-azure-cosmosdb-mongo/variables.tf b/modules/onboard-azure-cosmosdb-mongo/variables.tf index 1184807..994a53a 100644 --- a/modules/onboard-azure-cosmosdb-mongo/variables.tf +++ b/modules/onboard-azure-cosmosdb-mongo/variables.tf @@ -71,7 +71,7 @@ variable "cosmosdb_account_location" { } variable "cosmosdb_account_mongo_server_version" { - description = "The Server Version of a MongoDB account. Possible values are 4.2, 4.0, 3.6, and 3.2." + description = "The Server Version of a MongoDB account. Possible values are 4.2, 4.0, 3.6, and 3.2. Defaults to 4.2." type = string default = "4.2" validation {