File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 241241 "type" : " string" ,
242242 "default_value" : " private" ,
243243 "description" : " The endpoint type to use if `existing_secrets_manager_crn` is specified." ,
244- "required" : false
244+ "required" : false ,
245+ "options" : [
246+ {
247+ "displayname" : " public" ,
248+ "value" : " public"
249+ },
250+ {
251+ "displayname" : " private" ,
252+ "value" : " private"
253+ }
254+ ]
255+
245256 },
246257 {
247258 "key" : " sm_service_plan" ,
284295 {
285296 "key" : " ca_name" ,
286297 "type" : " string" ,
287- "default_value" : " cert-auth " ,
298+ "default_value" : " __NULL__ " ,
288299 "description" : " The name of the certificate authority for Secrets Manager. Required if secret_manager_public_engine_enabled is set to true" ,
289300 "required" : false
290301 },
You can’t perform that action at this time.
0 commit comments