From a46ee2f18ceaa92d2543f5c878b45bbf29fa7276 Mon Sep 17 00:00:00 2001 From: mattJsonar Date: Tue, 17 Sep 2024 12:47:48 -0700 Subject: [PATCH] cleanup variables --- modules/azurerm-cosmosdb-account/variables.tf | 2 +- modules/onboard-azure-cosmosdb-mongo/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {