Skip to content

Commit cb39b3b

Browse files
committed
update catalog and variables
1 parent a6cc977 commit cb39b3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"value_constraints": [
290290
{
291291
"type": "regex",
292-
"description": "The value provided for 'existing_kms_key_crn' in not valid.",
292+
"description": "The value provided for 'existing_kms_key_crn' is not valid.",
293293
"value": "^__NULL__$|^crn:(.*:){3}(kms|hs-crypto):(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}:key:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
294294
}
295295
]
@@ -328,7 +328,7 @@
328328
"value_constraints": [
329329
{
330330
"type": "regex",
331-
"description": "The value provided for 'existing_event_notifications_instance_crn' in not valid.",
331+
"description": "The value provided for 'existing_event_notifications_instance_crn' is not valid.",
332332
"value": "^__NULL__$|^crn:(.*:){3}event-notifications:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
333333
}
334334
]

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "existing_resource_group_name" {
2929
variable "prefix" {
3030
type = string
3131
nullable = true
32-
description = "The prefix to be added to all resources created by this solution. To skip using a prefix, set this value to null or an empty string. The prefix must begin with a lowercase letter and may contain only lowercase letters, digits, and hyphens '-'. It should not exceed 16 characters, must not end with a hyphen('-'), and can not contain consecutive hyphens ('--'). Example: prod-us-south. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)."
32+
description = "The prefix to add to all resources that this solution creates (e.g `prod`, `test`, `dev`). To skip using a prefix, set this value to null or an empty string. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)."
3333

3434
validation {
3535
# - null and empty string is allowed

0 commit comments

Comments
 (0)