Skip to content

Commit 8ceacd8

Browse files
author
Arya Girish K
committed
fix: Addressed comments
1 parent 868101e commit 8ceacd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
{
157157
"type": "regex",
158158
"description": "The value provided for 'existing_secrets_manager_crn' is not valid.",
159-
"value": "^__NULL__$|^crn:(.*:){3}secrets-manager:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
159+
"value": "^crn:(.*:){3}secrets-manager:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
160160
}
161161
]
162162
},

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ variable "provider_visibility" {
1717

1818
variable "existing_secrets_manager_crn" {
1919
type = string
20+
nullable = false
2021
description = "CRN of an existing secrets manager instance to create the secret engine in."
2122
}
2223

0 commit comments

Comments
 (0)