|
206 | 206 | "type": "string", |
207 | 207 | "default_value": "__NOT_SET__", |
208 | 208 | "description": "The resource group ID of the cluster.", |
209 | | - "required": true, |
210 | | - "custom_config": { |
211 | | - "type": "resource_group", |
212 | | - "grouping": "deployment", |
213 | | - "original_grouping": "deployment", |
214 | | - "config_constraints": { |
215 | | - "identifier": "rg_id" |
216 | | - } |
217 | | - } |
| 209 | + "required": true |
218 | 210 | }, |
219 | 211 | { |
220 | 212 | "key": "ibmcloud_api_key", |
|
515 | 507 | { |
516 | 508 | "key": "resource_group_name", |
517 | 509 | "type": "string", |
518 | | - "default_value": "default", |
| 510 | + "default_value": "Default", |
519 | 511 | "description": "The name of a new or existing resource group to provision resources in.", |
520 | | - "required": true, |
521 | | - "custom_config": { |
522 | | - "type": "resource_group", |
523 | | - "grouping": "deployment", |
524 | | - "original_grouping": "deployment", |
525 | | - "config_constraints": { |
526 | | - "identifier": "rg_name" |
527 | | - } |
528 | | - } |
| 512 | + "required": true |
529 | 513 | }, |
530 | 514 | { |
531 | 515 | "key": "use_existing_resource_group", |
|
1069 | 1053 | "type": "string", |
1070 | 1054 | "default_value": "__NULL__", |
1071 | 1055 | "description": "The name of a new or existing resource group to provision COS instance in. If not specified, the 'resource_group_name' variable is used. Specify this if the COS instance is in an account that's different from the one associated Observability resources.", |
1072 | | - "required": false, |
1073 | | - "custom_config": { |
1074 | | - "type": "resource_group", |
1075 | | - "grouping": "deployment", |
1076 | | - "original_grouping": "deployment", |
1077 | | - "config_constraints": { |
1078 | | - "identifier": "rg_name" |
1079 | | - } |
1080 | | - } |
| 1056 | + "required": false |
1081 | 1057 | }, |
1082 | 1058 | { |
1083 | 1059 | "key": "enable_platform_metrics", |
|
0 commit comments