Skip to content

Commit

Permalink
Description changed
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers authored Jul 10, 2024
1 parent bb05223 commit 6c57918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ionos-mongodb-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "mongo_version" {
type = string
}
variable "instances_count" {
description = "The total number of instances (1 master, n-1 fallbacks) in the cluster. Options: 1, 3 (Business) 3, 5, 7 (Enterprise)"
description = "The total number of instances (1 master, n-1 fallbacks) in the cluster. Options(Business): 1, 3; Options(Enterprise): 3, 5, 7"
type = number
}
variable "shards_count" {
Expand Down

0 comments on commit 6c57918

Please sign in to comment.