Skip to content

Commit f47397f

Browse files
feat: add 'use_existing_resource_group' boolean option to ibm_catalog.json
1 parent 3a9ff26 commit f47397f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ibm_catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
"default_value": "default",
9797
"required": true
9898
},
99+
{
100+
"key": "use_existing_resource_group",
101+
"type": "boolean",
102+
"default_value": false,
103+
"required": true
104+
},
99105
{
100106
"custom_config": {
101107
"type": "region",

0 commit comments

Comments
 (0)