File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5656 },
5757 {
5858 "key" : " existing_resource_group_name" ,
59- "required" : true
59+ "display_name" : " resource_group" ,
60+ "default_value" : " Default" ,
61+ "description" : " The name of an existing resource group to provision the resources." ,
62+ "custom_config" : {
63+ "type" : " resource_group" ,
64+ "grouping" : " deployment" ,
65+ "original_grouping" : " deployment" ,
66+ "config_constraints" : {
67+ "identifier" : " rg_name"
68+ }
69+ }
6070 },
6171 {
6272 "key" : " prefix" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ variable "ibmcloud_api_key" {
77variable "existing_resource_group_name" {
88 type = string
99 description = " The name of an existing resource group to provision the resources. If not provided the default resource group will be used."
10+ default = null
1011}
1112
1213variable "region" {
You can’t perform that action at this time.
0 commit comments