Skip to content

Commit 62fac05

Browse files
committed
sync variable descriptions
1 parent db02673 commit 62fac05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "existing_mongodb_instance_crn" {
6666
}
6767

6868
variable "mongodb_version" {
69-
description = "The version of the Databases for MongoDB instance. If no value is specified, the current preferred version of Databases for MongoDB is used."
69+
description = "The version of the Databases for MongoDB instance."
7070
type = string
7171
default = null
7272
}

solutions/security-enforced/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ variable "name" {
4949
}
5050

5151
variable "region" {
52-
description = "The region to provision all resources in. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/region) about how to select different regions for different services."
52+
description = "The region where you want to deploy your instance."
5353
type = string
5454
default = "us-south"
5555
}
@@ -61,7 +61,7 @@ variable "existing_mongodb_instance_crn" {
6161
}
6262

6363
variable "mongodb_version" {
64-
description = "The version of the Databases for MongoDB instance. If no value is specified, the current preferred version of Databases for MongoDB is used."
64+
description = "The version of the Databases for MongoDB instance."
6565
type = string
6666
default = null
6767
}

0 commit comments

Comments
 (0)