Skip to content

Commit 2df666c

Browse files
fix
1 parent 9559987 commit 2df666c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{
113113
"type": "regex",
114114
"description": "The value provided for 'existing_cluster_crn' is not valid.",
115-
"value": "^crn:v\\d:(.*:){2}{3}containers-kubernetes:(.*:)([aos]\\/[\\w_\\-]+):[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
115+
"value": "^crn:v\\d:(.*:){2}containers-kubernetes:(.*:)([aos]\\/[\\w_\\-]+):[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
116116
}
117117
]
118118
},
@@ -123,7 +123,7 @@
123123
{
124124
"type": "regex",
125125
"description": "The value provided for 'existing_secrets_manager_crn' is not valid.",
126-
"value": "^__NULL__$|^crn:v\\d:(.*:){2}{3}secrets-manager:(.*:)([aos]\\/[\\w_\\-]+):[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
126+
"value": "^__NULL__$|^crn:v\\d:(.*:){2}secrets-manager:(.*:)([aos]\\/[\\w_\\-]+):[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
127127
}
128128
]
129129
},

0 commit comments

Comments
 (0)