Skip to content

Commit

Permalink
cleanup variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Sep 17, 2024
1 parent bd39aef commit a46ee2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/azurerm-cosmosdb-account/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/onboard-azure-cosmosdb-mongo/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a46ee2f

Please sign in to comment.