File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 531531 {
532532 "key" : " region" ,
533533 "type" : " string" ,
534- "default_value" : " us-south" ,
535534 "description" : " The region where observability resources are created." ,
536535 "required" : true ,
537- "custom_config" : {
538- "type" : " region" ,
539- "grouping" : " deployment" ,
540- "original_grouping" : " deployment" ,
541- "config_constraints" : {
542- "showKinds" : [
543- " region"
544- ]
536+ "options" : [
537+ {
538+ "displayname" : " eu-de" ,
539+ "value" : " eu-de"
540+ },
541+ {
542+ "displayname" : " us-south" ,
543+ "value" : " us-south"
544+ },
545+ {
546+ "displayname" : " eu-gb" ,
547+ "value" : " eu-gb"
548+ },
549+ {
550+ "displayname" : " jp-tok" ,
551+ "value" : " jp-tok"
545552 }
546- }
553+ ]
547554 },
548555 {
549556 "key" : " cloud_logs_provision" ,
You can’t perform that action at this time.
0 commit comments