You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_name"></a> [name](#input\_name)| A descriptive name used to identify the resource instance. |`string`| n/a | yes |
143
-
| <aname="input_plan"></a> [plan](#input\_plan)| The name of the plan type supported by service. |`string`|`"standard"`| no |
144
-
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The ID of the resource group where you want to create the service. |`string`| n/a | yes |
145
-
| <aname="input_resource_tags"></a> [resource\_tags](#input\_resource\_tags)| List of resource tag to associate with the instance. |`list(string)`|`[]`| no |
91
+
| <aname="input_catalog_banner_url"></a> [catalog\_banner\_url](#input\_catalog\_banner\_url)| URL for a banner image for this catalog. |`string`|`null`| no |
92
+
| <aname="input_catalog_icon_url"></a> [catalog\_icon\_url](#input\_catalog\_icon\_url)| URL for an icon associated with this catalog. |`string`|`null`| no |
93
+
| <aname="input_disabled"></a> [disabled](#input\_disabled)| Denotes whether a catalog is disabled. |`bool`|`false`| no |
94
+
| <aname="input_kind"></a> [kind](#input\_kind)| Kind of catalog. Supported kinds are 'offering' and 'vpe'. |`string`|`"offering"`| no |
95
+
| <aname="input_label"></a> [label](#input\_label)| Display name for the catalog. |`string`| n/a | yes |
96
+
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| Resource group id the catalog is owned by. |`string`| n/a | yes |
97
+
| <aname="input_short_description"></a> [short\_description](#input\_short\_description)| A description of the catalog. |`string`|`null`| no |
98
+
| <aname="input_tags"></a> [tags](#input\_tags)| List of tags associated with this catalog. |`list(string)`|`[]`| no |
99
+
| <aname="input_target_accounts"></a> [target\_accounts](#input\_target\_accounts)| List of target accounts to add to this catalog. Can only be configured on an update, not on a create. | <pre>list(object({<br/> api_key = optional(string)<br/> name = string<br/> label = string<br/> project_id = optional(string)<br/> trusted_profile_id = optional(string)<br/> target_service_id = optional(string)<br/> }))</pre> |`[]`| no |
146
100
147
101
### Outputs
148
102
149
103
| Name | Description |
150
104
|------|-------------|
151
-
| <aname="output_account_id"></a> [account\_id](#output\_account\_id)| An alpha-numeric value identifying the account ID. |
152
-
| <aname="output_crn"></a> [crn](#output\_crn)| The CRN of the resource instance. |
153
-
| <aname="output_guid"></a> [guid](#output\_guid)| The GUID of the resource instance. |
154
-
| <aname="output_id"></a> [id](#output\_id)| The unique identifier of the resource instance. |
105
+
| <aname="output_catalog_banner_url"></a> [catalog\_banner\_url](#output\_catalog\_banner\_url)| The url of the catalog banner. |
106
+
| <aname="output_catalog_icon_url"></a> [catalog\_icon\_url](#output\_catalog\_icon\_url)| The url of the catalog icon. |
107
+
| <aname="output_crn"></a> [crn](#output\_crn)| CRN associated with the catalog. |
108
+
| <aname="output_id"></a> [id](#output\_id)| The unique identifier of the catalog. |
PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3"# SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile).
13
13
# SCC_INSTANCE_ID: "" # The SCC instance ID to use to download profile for CRA scan. If not provided, a default global value will be used.
14
14
# SCC_REGION: "" # The IBM Cloud region that the SCC instance is in. If not provided, a default global value will be used.
15
15
CRA_ENVIRONMENT_VARIABLES: # An optional map of environment variables for CRA, where the key is the variable name and value is the value. Useful for providing TF_VARs.
0 commit comments